updated dates, added -g to hppa native CFLAGS

This commit is contained in:
David D. Zuhn 1992-12-22 23:28:53 +00:00
parent 64d9abf40d
commit 27f4f8d613
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ TREE = devo
NATIVE = native
DATE = 921213
DATE = 921217
TAG = latest-$(DATE)
@ -73,9 +73,9 @@ all: all-native
endif
ifeq ($(canonhost),hppa1.1-hp-hpux)
TARGETS = m68k-coff m68k-aout m68k-vxworks i960-vxworks a29k-amd-udi
TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
CC = cc
CFLAGS =
CFLAGS = -g
all: all-native
endif