mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
updated dates, added -g to hppa native CFLAGS
This commit is contained in:
parent
64d9abf40d
commit
27f4f8d613
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user