projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1096d1d
)
* build-all.mk: Use CC=cc -Xs on Solaris.
author
Ian Lance Taylor
<ian@airs.com>
Tue, 30 Mar 1993 18:04:32 +0000
(18:04 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Tue, 30 Mar 1993 18:04:32 +0000
(18:04 +0000)
ChangeLog
patch
|
blob
|
history
build-all.mk
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 4af432ee156e97e0aa8f35c4af2a6eb746718981..a129a9b8df2a785cb9864526b9d26b9c9a104f9a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+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-sun3: cc needs -J to compile cp-parse.c correctly
diff --git
a/build-all.mk
b/build-all.mk
index 26f4e8c131920bf936ff9c451e5b95eb7a1ee6cb..780bb33b8104e185adad96ae66112612adbf82de 100644
(file)
--- a/
build-all.mk
+++ b/
build-all.mk
@@
-49,6
+49,7
@@
endif
ifeq ($(canonhost),sparc-sun-solaris2)
TARGETS = $(NATIVE) m68k-aout sparc-aout a29k-amd-udi
+CC = cc -Xs
all: all-cygnus
endif