aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-03-28 22:50:45 +0000
committerJason Molenda <crash@cygnus>1995-03-28 22:50:45 +0000
commitac42799daa2472515ec4860fff7ff2aa7826e362 (patch)
tree015f76cd371f807a1bfd9f92f1ecefe7e0fa97cb /build-all.mk
parent661cf37446b38cb9417fc36a6f34dcb43ca967f9 (diff)
downloadgdb-ac42799daa2472515ec4860fff7ff2aa7826e362.zip
gdb-ac42799daa2472515ec4860fff7ff2aa7826e362.tar.gz
gdb-ac42799daa2472515ec4860fff7ff2aa7826e362.tar.bz2
Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
build-all.mk,config/mh-solaris: revert these two changes: Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) * build-all.mk: Use CC=cc -Xs on Solaris. Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * config/mh-solaris: SunPRO C needs -Xs to be able to get a working xmakefile for Emacs. xmakefile no longer used for emacs; recent versions of SunPRO C allegedly drop -Xs; running configure will assume ``cc'' but when you compile, it uses ``cc -Xs'' (ansi vs old SunOS behavior) which causes all kinds of problems rebuilding the source using the SunPRO compiler.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk
index 25d2589..85aa0e5 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -161,7 +161,7 @@ TARGETS = $(NATIVE) \
# do for themselves from sources) hasn't developed bit-rot.
# The OSE68000 and OSE68k targets are for Ericsson only.
-CC = cc -Xs
+CC = cc
GCC = gcc -O2 -pipe
all: all-cygnus
endif