diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-09-18 13:23:31 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-09-18 13:23:31 +0000 |
commit | a49a15ade80ed7fa3c08b5faf6bffdb70054760e (patch) | |
tree | 91e3e0875c9e64434eb8c71779f090a782603e64 /sim/d10v/Makefile.in | |
parent | 8ebc98911a9133e0bd2a9f841b013593eee5aea3 (diff) | |
download | gdb-a49a15ade80ed7fa3c08b5faf6bffdb70054760e.zip gdb-a49a15ade80ed7fa3c08b5faf6bffdb70054760e.tar.gz gdb-a49a15ade80ed7fa3c08b5faf6bffdb70054760e.tar.bz2 |
Make exit/stop return correct exit value; Add line number tracing.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 2e6aac5..19972b2 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -61,7 +61,8 @@ CC = @CC@ CC_FOR_BUILD = @CC_FOR_BUILD@ CFLAGS = @CFLAGS@ SIM_CFLAGS = @sim_cflags@ -CONFIG_CFLAGS = @DEFS@ $(SIM_CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DINSIDE_SIMULATOR +DEBUG_CFLAGS = @sim_debug@ +CONFIG_CFLAGS = @DEFS@ $(SIM_CFLAGS) $(DEBUG_CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DINSIDE_SIMULATOR BUILD_CFLAGS = -g -O $(CSEARCH) MAKEINFO = makeinfo RANLIB = @RANLIB@ |