aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-04-06 20:49:55 +0000
committerIan Lance Taylor <ian@airs.com>1993-04-06 20:49:55 +0000
commit6755c51e9344d8a20dfa33e3738b1c3cf77a5465 (patch)
treed875bea7208e5f37ca05801bcc316126d5b0793e /build-all.mk
parent786757a9a4e43e7c67931c920f306b86f22bc229 (diff)
downloadgdb-6755c51e9344d8a20dfa33e3738b1c3cf77a5465.zip
gdb-6755c51e9344d8a20dfa33e3738b1c3cf77a5465.tar.gz
gdb-6755c51e9344d8a20dfa33e3738b1c3cf77a5465.tar.bz2
* build-all.mk: -G 8 no longer required for MIPS targets.
* test-build.mk: Don't pass host argument to configure; make it guess.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk
index 8eca758..6eea5e0 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -62,14 +62,12 @@ 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
-GCC = gcc -O -G 8
CC = cc -Wf,-XNg1000
all: all-cygnus
endif
ifeq ($(canonhost),mips-sgi-irix4)
TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi
-GCC = gcc -O -G 8
CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500
all: all-cygnus
endif