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

View File

@ -15,7 +15,7 @@ TREE = devo
NATIVE = native NATIVE = native
DATE = 921213 DATE = 921217
TAG = latest-$(DATE) TAG = latest-$(DATE)
@ -73,9 +73,9 @@ all: all-native
endif endif
ifeq ($(canonhost),hppa1.1-hp-hpux) 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 CC = cc
CFLAGS = CFLAGS = -g
all: all-native all: all-native
endif endif