* build tweak for gx prototype
This commit is contained in:
parent
3372836e0d
commit
11f9c65f91
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue