]> gcc.gnu.org Git - gcc.git/blobdiff - configure.in
osf2or3.h (LIB_SPEC): Restore missing defn.
[gcc.git] / configure.in
index f48c2a91698fb6894fda93762869ca9f8543ace3..bec2b3486ebe466657a0631f10f973ff05eb50da 100644 (file)
@@ -122,7 +122,7 @@ case "${host}" in
   mips*-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
   mips*-*-sysv*)         host_makefile_frag=config/mh-riscos ;;
   i[3456]86-*-dgux*)     host_makefile_frag=config/mh-dgux386 ;;
-  i[3456]86-ncr-sysv4.3 host_makefile_frag=config/mh-ncrsvr43 ;;
+  i[3456]86-ncr-sysv4.3*) host_makefile_frag=config/mh-ncrsvr43 ;;
   i[3456]86-ncr-sysv4*)   host_makefile_frag=config/mh-ncr3000 ;;
   i[3456]86-*-sco3.2v5*)  host_makefile_frag=config/mh-sysv ;;
   i[3456]86-*-sco*)       host_makefile_frag=config/mh-sco ;;
@@ -212,6 +212,7 @@ case "${target}" in
   v810*)               target_makefile_frag=config/mt-v810 ;;
   i[3456]86-*-netware*) target_makefile_frag=config/mt-netware ;;
   powerpc-*-netware*)   target_makefile_frag=config/mt-netware ;;
+  *-*-linux-gnu)        target_makefile_frag=config/mt-linux ;;
 esac
 
 skipdirs=
This page took 0.210848 seconds and 5 git commands to generate.