stab-syms.c: Rewrite to improve performance. Shaves about 5% off gprof run
[deliverable/binutils-gdb.git] / configure.in
index dcc98f744dbe8394525684f53b742e6005b19355..6020f273811e9786b02d7eaf9f3c8430fc0696d4 100644 (file)
@@ -65,7 +65,7 @@ target_tools="examples groff"
 # directories to be built in the native environment only
 #
 native_only="autoconf cvs emacs emacs19 fileutils find grep groff gzip hello
-            indent ispell m4 rcs recode sed shellutils tar textutils gash tk
+            indent ispell m4 rcs recode sed shellutils tar textutils gash
             uudecode wdiff gprof"
 
 # directories to be built in a cross environment only
@@ -117,6 +117,7 @@ case "${host}" in
   *-*-solaris2*)          host_makefile_frag=config/mh-solaris ;;
   m68k-sun-*)            host_makefile_frag=config/mh-sun3 ;;
   *-sun-*)               host_makefile_frag=config/mh-sun ;;
+  *-hp-hpux[78]*)         host_makefile_frag=config/mh-hpux8 ;;
   *-hp-hpux*)             host_makefile_frag=config/mh-hpux ;;
   *-*-hiux*)              host_makefile_frag=config/mh-hpux ;;
   rs6000-*-lynxos*)      host_makefile_frag=config/mh-lynxrs6k ;;
@@ -168,7 +169,7 @@ if [ x${enable_shared} = xyes ]; then
   case "${host}" in
     hppa*-*-*)         waugh=config/mh-papic ;;
     i[345]86-*-*)      waugh=config/mh-x86pic ;;
-    *-*-*)             waugh=config/mh-${target_cpu}pic ;;
+    *-*-*)             waugh=config/mh-${host_cpu}pic ;;
   esac
   if [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
     cat ${srcdir}/${host_makefile_frag} > mh-frag
@@ -330,7 +331,7 @@ esac
 
 case "${target}" in
   *-*-netware)
-    noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib"
+    noconfigdirs="$noconfigdirs libg++ libstdc++ librx newlib xiberty"
     ;;
   alpha-dec-osf*)
     # ld works, but does not support shared libraries.  emacs doesn't
@@ -344,9 +345,16 @@ case "${target}" in
     ;;
 # start-sanitize-arc
   arc-*-*)
+    # Leave g++ for later.
     noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx"
     ;;
 # end-sanitize-arc
+# start-sanitize-psion
+  arm-*-pe*)
+    # Leave g++ for later.
+    noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx"
+    ;;
+# end-sanitize-psion
   arm-*-*)
     noconfigdirs="$noconfigdirs ld"
     ;;
@@ -365,7 +373,7 @@ case "${target}" in
        "" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
         *) ;;
     esac
-    noconfigdirs="$noconfigdirs ld shellutils tk"
+    noconfigdirs="$noconfigdirs ld shellutils"
     ;;
   i[345]86-*-go32)
     # add the go32 support tools to the list
@@ -393,7 +401,7 @@ case "${target}" in
     ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
-    noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs"
+    noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
     ;;
   rs6000-*-lynxos*)
     # a gcc built textutils will cause the linker to hang on 'join'
@@ -405,7 +413,7 @@ case "${target}" in
     ;;
   rs6000-*-*)
     # a gcc built textutils will cause the linker to hang on 'join'
-    noconfigdirs="$noconfigdirs ld binutils gprof textutils"
+    noconfigdirs="$noconfigdirs gas ld binutils gprof textutils"
     ;;
   m68k-apollo-*)
     noconfigdirs="$noconfigdirs ld binutils gprof"
This page took 0.029679 seconds and 4 git commands to generate.