From: Ian Lance Taylor Date: Tue, 30 Mar 1993 18:04:32 +0000 (+0000) Subject: * build-all.mk: Use CC=cc -Xs on Solaris. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d98b3d2b065819b68fef3e8bcb2416466b8c65d;p=binutils-gdb.git * build-all.mk: Use CC=cc -Xs on Solaris. --- diff --git a/ChangeLog b/ChangeLog index 4af432ee156..a129a9b8df2 100644 --- 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 26f4e8c1319..780bb33b810 100644 --- 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