diff options
author | Jason Molenda <crash@cygnus> | 1995-10-25 01:21:08 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1995-10-25 01:21:08 +0000 |
commit | 054f9adaa2c4f0c0ea7e4f2bdab123bfdc039072 (patch) | |
tree | 85d73868d0c50fd37236e4c0018b048ab77e8709 /configure.in | |
parent | aadf04f73628237bec1b41b1d415ebb8b20aa726 (diff) | |
download | gdb-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.in | 3 |
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 ;; |