summaryrefslogtreecommitdiff
path: root/config/mh-dgux386
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-19 17:26:08 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-19 17:26:08 +0000
commitfeaa7d87b66028341ca037d8c911fbfd433cde24 (patch)
tree8f336e33146653020294a4ca27b95c414301e0ff /config/mh-dgux386
parent50e4412f816035ccc5f2c1bb216447a23ca81811 (diff)
downloadgcc-feaa7d87b66028341ca037d8c911fbfd433cde24.tar.gz
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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mh-dgux386')
-rw-r--r--config/mh-dgux3868
1 files changed, 0 insertions, 8 deletions
diff --git a/config/mh-dgux386 b/config/mh-dgux386
index 15885c3e042..cec4c4a9280 100644
--- a/config/mh-dgux386
+++ b/config/mh-dgux386
@@ -1,6 +1,5 @@
# from mh-dgux
HDEFINES=-DHOST_SYS=DGUX_SYS
-CC=gcc -Wall -ansi -D__using_DGUX
RANLIB = true
# from mh-sysv4
@@ -8,15 +7,8 @@ RANLIB = true
SYSV = -DSYSV -DSVR4
RANLIB = true
-# C++ debugging is not yet supported under SVR4 (DWARF)
-CXXFLAGS=-O
-
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cr
X11_EXTRA_LIBS = -lnsl
-# from angela
-# no debugging due to broken compiler, use BSD style timeofday
-CFLAGS=-O -D_BSD_TIMEOFDAY_FLAVOR
-