Bryan Ford's changes for 16-bit i386 support, and i386-msdos support.
[deliverable/binutils-gdb.git] / configure.in
index 85de7d76d3c95f151a3e8f654721e2bb0d3f681d..5730b4029486d2c3e07ee83714f6754e58bf27bf 100644 (file)
@@ -168,7 +168,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 +330,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
@@ -365,7 +365,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
@@ -405,7 +405,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.023929 seconds and 4 git commands to generate.