* m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose
[deliverable/binutils-gdb.git] / build-all.mk
index d7e013be25460b49ca799933d29b7fbe94a69c00..66b099ba75b9349b7c92f05fabfc05d526e80f74 100644 (file)
@@ -15,13 +15,13 @@ TREE        = devo
 
 NATIVE  = native
 
-DATE   = 930211
+DATE   = 930213
 
 TAG    = latest-$(DATE)
 
-INSTALLDIR = /bang/installed-progressive/$(TAG)
+INSTALLDIR = /big/progressive-test/$(TAG)
 
-GCC = gcc -O -g
+GCC = gcc -O 
 CFLAGS = -g
 
 log    = 1>$(canonhost)-build-log 2>&1
@@ -42,7 +42,7 @@ endif
 
 ifeq ($(canonhost),m68k-sun-sunos4.1.1)
 TARGETS        = $(NATIVE) m68k-vxworks m68k-aout i386-aout
-GCC = gcc -O -g -msoft-float
+GCC = gcc -O -msoft-float
 CC = cc -J
 all: all-cygnus
 endif
@@ -72,7 +72,9 @@ endif
 
 ifeq ($(canonhost),m68k-hp-hpux)
 TARGETS        = m68k-vxworks
+TMPDIR := $(shell mkdir $(canonhost)-tmpdir; cd $(canonhost)-tmpdir ; pwd)
 CC = cc +O1000 -Wp,-P
+CFLAGS = 
 all: all-native
 endif
 
This page took 0.02366 seconds and 4 git commands to generate.