aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-10-25 01:21:08 +0000
committerJason Molenda <crash@cygnus>1995-10-25 01:21:08 +0000
commit054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072 (patch)
tree85d73868d0c50fd37236e4c0018b048ab77e8709 /configure.in
parentaadf04f73628237bec1b41b1d415ebb8b20aa726 (diff)
downloadgdb-054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072.zip
gdb-054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072.tar.gz
gdb-054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072.tar.bz2
Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
* Makefile.in (X11_LIB): Removed. (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 8e36e5a..8f5d5fb 100644
--- a/configure.in
+++ b/configure.in
@@ -116,11 +116,8 @@ case "${host}" in
i[345]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
i[345]86-*-win32) host_makefile_frag=config/mh-i386win32 ;;
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
- *-ibm-aix*) host_makefile_frag=config/mh-aix ;;
- *-bull-bosx*) host_makefile_frag=config/mh-aix ;;
*-*-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 ;;