mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* build-all.mk: Use CC=cc -Xs on Solaris.
This commit is contained in:
parent
1096d1de5d
commit
6d98b3d2b0
@ -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)
|
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
|
* config/mh-sun3: cc needs -J to compile cp-parse.c correctly
|
||||||
|
@ -49,6 +49,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(canonhost),sparc-sun-solaris2)
|
ifeq ($(canonhost),sparc-sun-solaris2)
|
||||||
TARGETS = $(NATIVE) m68k-aout sparc-aout a29k-amd-udi
|
TARGETS = $(NATIVE) m68k-aout sparc-aout a29k-amd-udi
|
||||||
|
CC = cc -Xs
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user