add go32 tools to the go32 targetted toolchains
authorDavid D. Zuhn <zoo@cygnus>
Sun, 27 Jun 1993 01:42:27 +0000 (01:42 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sun, 27 Jun 1993 01:42:27 +0000 (01:42 +0000)
configure.in

index 043661d..a4aebf5 100644 (file)
@@ -182,11 +182,15 @@ case "${target}" in
 ## end-sanitize-chill
     ;;
   hppa*-*-osf)
-# Do configure ld/binutils/gas for this case.
+    # Do configure ld/binutils/gas for this case.
     ;;
   hppa*-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
     ;;
+  i[34]86-*-go32)
+    # add the go32 support tools to the list
+    configdirs=`echo go32 ${configdirs}`
+    ;;
   rs6000-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/gprof//'`
     ;;