Add Linux hook.
This commit is contained in:
parent
677291b54f
commit
4da05fa091
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ solaris*) host_makefile_frag=config/mh-solaris ;;
|
||||||
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
|
||||||
sco*) host_makefile_frag=config/mh-sco ;;
|
sco*) host_makefile_frag=config/mh-sco ;;
|
||||||
irix4) host_makefile_frag=config/mh-irix4 ;;
|
irix4) host_makefile_frag=config/mh-irix4 ;;
|
||||||
|
linux) host_makefile_frag=config/mh-linux ;;
|
||||||
ultrix*)
|
ultrix*)
|
||||||
case "${host_cpu}" in
|
case "${host_cpu}" in
|
||||||
mips) host_makefile_frag=config/mh-decstation ;;
|
mips) host_makefile_frag=config/mh-decstation ;;
|
||||||
|
|
Loading…
Reference in a new issue