diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-05 10:49:11 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-05 10:49:11 +0000 |
commit | 9daf099f2c93b0894d5e4084ca371750fde5c478 (patch) | |
tree | 3c5acac2210fff6bca5f80fc9ec8e4c60545d3f4 /build-all.mk | |
parent | 2eda1cdf948c3020a80b64636d9e4a0164e96b8e (diff) | |
download | gdb-9daf099f2c93b0894d5e4084ca371750fde5c478.zip gdb-9daf099f2c93b0894d5e4084ca371750fde5c478.tar.gz gdb-9daf099f2c93b0894d5e4084ca371750fde5c478.tar.bz2 |
update dates
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/build-all.mk b/build-all.mk index 8ced36c..f215840 100644 --- a/build-all.mk +++ b/build-all.mk @@ -15,14 +15,14 @@ TREE = devo NATIVE = native -DATE = 921229 +DATE = 930104 TAG = latest-$(DATE) INSTALLDIR = /cirdan/taxes/devo-test/$(TAG) GCC = gcc -O -g -CFLAGS = -O +CFLAGS = -g log = 1>$(canonhost)-build-log 2>&1 tlog = 1> $(canonhost)-x-$$i-build-log 2>&1 @@ -53,38 +53,33 @@ 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 -CFLAGS = all: all-cygnus endif ifeq ($(canonhost),mips-sgi-irix4) -TARGETS = $(NATIVE) m68k-vxworks m68k-aout +TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi all: all-cygnus endif ifeq ($(canonhost),rs6000-ibm-aix) TARGETS = $(NATIVE) m68k-vxworks i960-vxworks m68k-aout -CFLAGS=-g all: all-cygnus endif ifeq ($(canonhost),m68k-hp-hpux) TARGETS = m68k-vxworks CC = cc +O1000 -Wp,-P -CFLAGS = all: all-native endif ifeq ($(canonhost),hppa1.1-hp-hpux) TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi CC = cc -CFLAGS = -g all: all-native endif ifeq ($(canonhost),i386-sco3.2v4) TARGETS = $(NATIVE) i386-aout -CFLAGS = all: all-cygnus endif |