mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-18 15:43:08 +08:00
* build tweak for gx prototype
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
1999-01-11 Frank Ch. Eigler <fche@elastic.org>
|
||||
|
||||
* Makefile.in (SIM_EXTRA_CFLAGS): Pass -rdynamic.
|
||||
|
||||
1998-12-30 Frank Ch. Eigler <fche@elastic.org>
|
||||
|
||||
* cpuall.h: Don't include sim-model.h.
|
||||
|
@ -57,7 +57,7 @@ SIM_OBJS = \
|
||||
SIM_EXTRA_DEPS = \
|
||||
arch.h cpuall.h m32r-sim.h cpu-opc.h
|
||||
|
||||
SIM_EXTRA_CFLAGS = -DSIM_GX=1
|
||||
SIM_EXTRA_CFLAGS = -DSIM_GX=1 -rdynamic
|
||||
SIM_EXTRA_ALL = gxtool
|
||||
SIM_EXTRA_INSTALL = install-gxtool
|
||||
SIM_RUN_OBJS = nrun.o
|
||||
|
Reference in New Issue
Block a user