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:
918356b
)
add default CC compilers for Iris and DECstation
author
David D. Zuhn
<zoo@cygnus>
Mon, 11 Jan 1993 21:07:26 +0000
(21:07 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 11 Jan 1993 21:07:26 +0000
(21:07 +0000)
build-all.mk
patch
|
blob
|
history
diff --git
a/build-all.mk
b/build-all.mk
index cf75f1e5027ba0ef353df61b4c5b8312583dc634..9834149834059423beeed431c543018dcab435e5 100644
(file)
--- a/
build-all.mk
+++ b/
build-all.mk
@@
-55,11
+55,13
@@
endif
ifeq ($(canonhost),mips-dec-ultrix)
TARGETS = $(NATIVE) m68k-vxworks m68k-aout i960-vxworks \
sparc-vxworks m68k-coff i386-aout sparc-aout i960-intel-nindy
+CC = cc -Wf,-XNg1000
all: all-cygnus
endif
ifeq ($(canonhost),mips-sgi-irix4)
TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi
+CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1100
all: all-cygnus
endif