aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-10-14 09:39:05 +0000
committerAndrew Cagney <cagney@redhat.com>1997-10-14 09:39:05 +0000
commit7456a10d9b80ae68b7df7a9e801b076acdb58fb2 (patch)
tree40ffc9b6c1cfacd59e03781ecae074de1a37c08b /sim/common/Make-common.in
parent055ee2977fb1d20d8db53f48a62fcec279458631 (diff)
downloadgdb-7456a10d9b80ae68b7df7a9e801b076acdb58fb2.zip
gdb-7456a10d9b80ae68b7df7a9e801b076acdb58fb2.tar.gz
gdb-7456a10d9b80ae68b7df7a9e801b076acdb58fb2.tar.bz2
* sim-alu.h (ALU64_HAD_OVERFLOW): Define.
(ALU64_SUB): Define. * Make-common.in (all): Build SIM_EXTRA_ALL first. (.gdbinit): Remove dependencies, generate once per build.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index c0e200c..b40cb8e 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -73,6 +73,7 @@ SIM_PROFILE = @sim_profile@
SIM_ASSERT = @sim_assert@
SIM_ALIGNMENT = @sim_alignment@
+SIM_BITSIZE = @sim_bitsize@
SIM_DEFAULT_MODEL = @sim_default_model@
SIM_ENDIAN = @sim_endian@
SIM_FLOAT = @sim_float@
@@ -134,6 +135,7 @@ CONFIG_CFLAGS = @DEFS@ \
$(SIM_BSWAP) \
$(SIM_ASSERT) \
$(SIM_ALIGNMENT) \
+ $(SIM_BITSIZE) \
$(SIM_ENDIAN) \
$(SIM_FLOAT) \
$(SIM_HARDWARE) \
@@ -167,7 +169,7 @@ EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) \
LIB_OBJS = callback.o targ-map.o $(SIM_OBJS)
-all: libsim.a run $(SIM_EXTRA_ALL)
+all: $(SIM_EXTRA_ALL) libsim.a run
libsim.a: $(LIB_OBJS)
rm -f libsim.a
@@ -433,7 +435,7 @@ config.h: stamp-h ; @true
stamp-h: config.in config.status
CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
-.gdbinit: config.status $(srcdir)/../common/gdbinit.in
+.gdbinit: # config.status $(srcdir)/../common/gdbinit.in
CONFIG_FILES=$@:../common/gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status
## End COMMON_POST_CONFIG_FRAG