aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-05-06 21:25:45 +0000
committerSteve Chamberlain <sac@cygnus>1994-05-06 21:25:45 +0000
commiteebd76cbbb92732f9a6779e69dbe3fb32b28f1ff (patch)
treed607c73d7506da3a90f52b780f3f881f550d6410 /configure.in
parentc794f0aa850c5a5a25f4261b577eb68d7b01db15 (diff)
downloadgdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.zip
gdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.tar.gz
gdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.tar.bz2
* configure.in (host==go32): Configure dosrel too.
* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last. (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should be set by incoming names or templates. (INSTALL_LAST): New rule. * config/mh-go32: New fragment.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d8cd005..c682d46 100644
--- a/configure.in
+++ b/configure.in
@@ -104,6 +104,7 @@ case "${host}" in
i[34]86-*-linux*) host_makefile_frag=config/mh-linux ;;
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
i[34]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
+ i[34]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
*-bull-bosx*) host_makefile_frag=config/mh-aix ;;
@@ -160,6 +161,13 @@ else
done
fi
+# Configure extra directories which are host specific
+
+case "${host}" in
+ i[34]86-*-go32*)
+ configdirs="$configdirs dosrel" ;;
+esac
+
# Remove more programs from consideration, based on the host or
# target this usually means that a port of the program doesn't
# exist yet.
@@ -178,6 +186,10 @@ case "${host}" in
;;
esac
+
+
+
+
case "${target}" in
alpha-dec-osf1*)
noconfigdirs="$noconfigdirs emacs fileutils grep newlib"