Browse Source
* 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 filesbinutils-2_13-branch
26 changed files with 30 additions and 101 deletions
@ -1,12 +1,2 @@ |
|||
RANLIB=true |
|||
|
|||
#None of the Apollo compilers can compile gas or binutils. The preprocessor |
|||
# chokes on bfd, the compiler won't let you assign integers to enums, and |
|||
# other problems. Defining CC to gcc is a questionable way to say "don't use |
|||
# the apollo compiler" (the preferred version of GCC could be called cc, |
|||
# or whatever), but I'm not sure leaving CC as cc is any better... |
|||
|
|||
#CC=cc -A ansi -A runtype,any -A systype,any -U__STDC__ -DNO_STDARG |
|||
CC=gcc |
|||
|
|||
BISON=yacc |
|||
|
|||
@ -1,5 +1,3 @@ |
|||
CC = cc -Wf,-XNg1000 |
|||
|
|||
# for X11, since the native DECwindows include files are really broken when |
|||
# it comes to function prototypes. |
|||
X11_EXTRA_CFLAGS = "-DNeedFunctionPrototypes=0" |
|||
|
|||
@ -1,4 +1,3 @@ |
|||
HDEFINES=-DHOST_SYS=DGUX_SYS |
|||
CC=gcc -Wall -ansi -D__using_DGUX |
|||
RANLIB=true |
|||
|
|||
|
|||
@ -1,4 +1,3 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
CC = cc -Wp,-H256000 |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,4 +1,3 @@ |
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
CC = cc -Wp,-H256000 |
|||
SYSV = -DSYSV |
|||
RANLIB = true |
|||
|
|||
@ -1,7 +1,2 @@ |
|||
# Makefile changes for SGI's running IRIX-4.x. |
|||
# Tell compiler to use K&R C. We can't compile under the SGI Ansi |
|||
# environment. Also bump switch table size so that cp-parse will |
|||
# compile. Bump string length limit so linker builds. |
|||
|
|||
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh2000 -Wf,-XNl8192 |
|||
SYSV = -DSYSV |
|||
|
|||
@ -1,2 +0,0 @@ |
|||
# /bin/cc is less than useful for our purposes. Always use GCC |
|||
CC = /bin/gcc |
|||
@ -1,8 +1,5 @@ |
|||
# LynxOS running on the rs6000 doesn't have ranlib |
|||
RANLIB = true |
|||
|
|||
# /bin/cc is less than useful for our purposes. Always use GCC |
|||
CC = /usr/cygnus/progressive/bin/gcc |
|||
|
|||
# /bin/sh is too buggy, so use /bin/bash instead. |
|||
SHELL = /bin/bash |
|||
|
|||
@ -1,9 +1,5 @@ |
|||
# Host configuration file for an NCR 3000 (i486/SVR43) system. |
|||
|
|||
# The MetaWare compiler will generate a copyright message unless you |
|||
# turn it off by adding the -Hnocopyr flag. |
|||
CC = cc -Hnocopyr |
|||
|
|||
# Define SYSV as -DSYSV if you are using a System V operating system. |
|||
SYSV = -DSYSV -DSVR4 |
|||
RANLIB = true |
|||
|
|||
@ -1,15 +1,3 @@ |
|||
# This is for a MIPS running RISC/os 4.52C. |
|||
|
|||
# This is needed for GDB, but needs to be in the top-level make because |
|||
# if a library is compiled with the bsd headers and gets linked with the |
|||
# sysv system libraries all hell can break loose (e.g. a jmp_buf might be |
|||
# a different size). |
|||
# ptrace(2) apparently has problems in the BSD environment. No workaround is |
|||
# known except to select the sysv environment. Could we use /proc instead? |
|||
# These "sysv environments" and "bsd environments" often end up being a pain. |
|||
# |
|||
# This is not part of CFLAGS because perhaps not all C compilers have this |
|||
# option. |
|||
CC= cc -systype sysv |
|||
|
|||
RANLIB = true |
|||
|
|||
@ -1,3 +0,0 @@ |
|||
# 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) |
|||
CC = cc -J |
|||
@ -1,2 +0,0 @@ |
|||
# The old BSD pcc isn't up to compiling parts of gdb so use gcc |
|||
CC = gcc |
|||
Loading…
Reference in new issue