aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@twcny.rr.com>2002-04-19 17:26:08 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-04-19 13:26:08 -0400
commit704c9a14022cd20ab666e348fd443e86f3a6fb3f (patch)
tree8f336e33146653020294a4ca27b95c414301e0ff /configure.in
parent1f1760d33ca52f7f9a581bb5420ad36345484c32 (diff)
downloadgcc-704c9a14022cd20ab666e348fd443e86f3a6fb3f.zip
gcc-704c9a14022cd20ab666e348fd443e86f3a6fb3f.tar.gz
gcc-704c9a14022cd20ab666e348fd443e86f3a6fb3f.tar.bz2
mh-a68bsd: clean out dead code
2002-04-19 Nathanael Nerode <neroden@twcny.rr.com> * config/mh-a68bsd: clean out dead code * config/mh-apollo68: clean out dead code * config/mh-cxux: clean out dead code * config/mh-decstation: clean out dead code * config/mh-dgux: clean out dead code * config/mh-dgux386: clean out dead code * config/mh-hp300: clean out dead code * config/mh-hpux: clean out dead code * config/mh-hpux8: clean out dead code * config/mh-interix: clean out dead code * config/mh-irix4: clean out dead code * config/mh-lynxrs6k: clean out dead code * config/mh-mingw32: clean out dead code * config/mh-ncr3000: clean out dead code * config/mh-ncrsvr43: clean out dead code * config/mh-necv4: clean out dead code * config/mh-openedition: clean out dead code * config/mh-riscos: clean out dead code * config/mh-sco: clean out dead code * config/mh-sysv4: clean out dead code * config/mh-lynxos: removed, contained only dead code * config/mh-vaxult2: removed, contained only dead code * config/mh-sun3: removed, contained only dead code * configure.in: remove references to dead files From-SVN: r52530
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 f0e05c9..fc528ac 100644
--- a/configure.in
+++ b/configure.in
@@ -266,7 +266,6 @@ case "${host}" in
vax-*-ultrix2*)
# The old BSD pcc isn't up to compiling parts of gdb so use gcc
tentative_cc=gcc
- host_makefile_frag="${host_makefile_frag} config/mh-vaxult2"
;;
*-*-solaris2*)
host_makefile_frag="${host_makefile_frag} config/mh-solaris"
@@ -275,7 +274,6 @@ case "${host}" in
# Sun's C compiler needs the -J flag to be able to compile cp-parse.c
# without overflowing the jump tables (-J says to use a 32 bit table)
tentative_cc="cc -J"
- host_makefile_frag="${host_makefile_frag} config/mh-sun3"
;;
*-hp-hpux[78]*)
tentative_cc="cc -Wp,-H256000"
@@ -297,7 +295,6 @@ case "${host}" in
*-*-lynxos*)
# /bin/cc is less than useful for our purposes. Always use GCC
tentative_cc="/bin/gcc"
- host_makefile_frag="${host_makefile_frag} config/mh-lynxos"
;;
*-*-sysv4*)
host_makefile_frag="${host_makefile_frag} config/mh-sysv4"