Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
authorIan Lance Taylor <ian@airs.com>
Tue, 22 Jul 1997 23:00:15 +0000 (23:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 22 Jul 1997 23:00:15 +0000 (23:00 +0000)
* configure.in: Treat msdosdjgpp like go32.  Don't remove
gprof for go32.

ChangeLog
configure.in

index 38a8a27ce8961950903486aeac0093d55f2e44e3..460bd7cad070439d39b631f8ceaad3e7e53d59d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
 
        * configure: Treat msdosdjgpp like go32.
+       * configure.in: Likewise.  Don't remove gprof for go32.
 
        * configure: Change Makefile.tem2 to Makefile.tm2.
 
index 0057a4aace595927cb207c439d0b480412acb83c..e7cadeb35ec40a3fc175373d7c9a72aad2fa3c48 100644 (file)
@@ -136,6 +136,7 @@ case "${host}" in
   i[3456]86-*-solaris2*)  host_makefile_frag=config/mh-sysv4 ;;
   i[3456]86-*-aix*)      host_makefile_frag=config/mh-aix386 ;;
   i[3456]86-*-go32*)     host_makefile_frag=config/mh-go32 ;;
+  i[3456]86-*-msdosdjgpp*) host_makefile_frag=config/mh-go32 ;;
   *-cygwin32*)           host_makefile_frag=config/mh-cygwin32 ;;
   *-windows*)            host_makefile_frag=config/mh-windows ;;
   vax-*-ultrix2*)         host_makefile_frag=config/mh-vaxult2 ;;
@@ -391,8 +392,8 @@ case "${host}" in
     noconfigdirs="$noconfigdirs libide vmake"
 # end-sanitize-ide
     ;;
-  i[3456]86-*-go32)
-    noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
+  i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
+    noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
 # start-sanitize-ide
     noconfigdirs="$noconfigdirs libide vmake"
 # end-sanitize-ide
@@ -479,7 +480,7 @@ case "${target}" in
     esac
     noconfigdirs="$noconfigdirs ld shellutils"
     ;;
-  i[3456]86-*-go32)
+  i[3456]86-*-go32* | i[3456]-*-msdosdjgpp*)
     # but don't build gdb
     noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
     ;;
@@ -594,7 +595,8 @@ case "${target}" in
   sh-*-*)
     case "${host}" in
       i[3456]86-*-vsta) ;; # don't add gprof back in
-      i[3456]86-*-go32) ;; # don't add gprof back in
+      i[3456]86-*-go32*) ;; # don't add gprof back in
+      i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in
       *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
     esac
     noconfigdirs="$noconfigdirs target-libgloss"