These changes cut the size of libbfd.a on a Sun4 by about 11%.
[deliverable/binutils-gdb.git] / readline / configure.in
index 99f57e962a8e2d129d1ce409d55a6210b498a67d..07668668c089d6706a8207d42d33348c642d0bb4 100644 (file)
@@ -6,44 +6,48 @@
 configdirs=
 srctrigger=readline.c
 srcname="the readline library"
-commontargets=true
 
 # per-host:
 
 files=sysdep-norm.h
 links=sysdep.h
 
-case "${host_os}" in
-m88kbcs | sysv*)
-       host_makefile_frag=config/mh-sysv
-       ;;
-
-svr4)
-       host_makefile_frag=config/mh-svr4
-       ;;
-
-aix*)
-       host_makefile_frag=config/mh-sysv
-       case "${host_cpu}" in
-       rs6000) files=sysdep-aix.h
-       esac
-       ;;
-
-irix*)
-       host_makefile_frag=config/mh-sysv
-       files=sysdep-irix.h
-       ;;
-
-newsos*)
-       files=sysdep-newsos.h
-       ;;
-esac
-
-case "${host_vendor}" in
-sco* )
-       host_makefile_frag=config/mh-sco
-       files=sysdep-sco.h
-       ;;
+case "${host}" in
+  i[34]86-ncr-sysv4*)
+    host_makefile_frag=config/mh-ncr3000
+    ;;
+  mips-sgi-irix*)
+    host_makefile_frag=config/mh-sysv
+    files=sysdep-irix.h
+    ;;
+  *-sun-solaris*| *-*-sysv4*)
+    host_makefile_frag=config/mh-sysv4
+    ;;
+  i[34]86-*-sco)
+    host_makefile_frag=config/mh-sco
+    files=sysdep-sco.h
+    ;;
+  m68k-apollo-sysv*)
+    host_makefile_frag=config/mh-apollo68v 
+    ;;    
+  m88k-motorola-m88kbcs | *-*-sysv*)
+    host_makefile_frag=config/mh-sysv
+    ;;
+  i[34]86-*-linux)
+    host_makefile_frag=config/mh-posix
+    ;;
+  rs6000-ibm-aix*)
+    host_makefile_frag=config/mh-sysv
+    files=sysdep-aix.h
+    ;;
+  *-ibm-aix*)
+    host_makefile_frag=config/mh-sysv
+    ;;
+  m68k-sony-news* | *-*-mach* | *-*-bsd*)
+    files=sysdep-obsd.h
+    ;;
 esac
 
 # per-target:
+
+
This page took 0.025334 seconds and 4 git commands to generate.