aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-13 01:54:48 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-16 00:22:53 -0400
commit52d37d2c916865ff81da4ff923ae5cfcdc16c2c3 (patch)
tree140357e0ee7825aee19231413cdd858d37dfcaa1 /sim/common/Make-common.in
parentbcaa61f7c89c2b44e231ee6999cc33b04e7dd202 (diff)
downloadfsf-binutils-gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.zip
fsf-binutils-gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.tar.gz
fsf-binutils-gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.tar.bz2
sim: drop arch-specific config.h
All of the settings in here are handled by the common top-level config.h, so drop the individual arch-config.h files entirely. This will also help guarantee that we don't add any new arch specific defines that would affect common code which will help with the effort of unifying them.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 12fb233..54ac7f4 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -218,7 +218,7 @@ CGEN_INCLUDE_DEPS = \
## COMMON_POST_CONFIG_FRAG
CONFIG_CFLAGS = \
- @DEFS@ \
+ -DHAVE_CONFIG_H \
$(SIM_DEFAULT_MODEL) \
$(SIM_BITSIZE) \
$(SIM_ENDIAN) \
@@ -423,7 +423,6 @@ endif
all_object_files = $(LIB_OBJS) $(SIM_RUN_OBJS)
generated_files = \
$(SIM_EXTRA_DEPS) \
- config.h \
hw-config.h \
modules.c \
targ-map.c \
@@ -554,7 +553,6 @@ mostlyclean clean: $(SIM_EXTRA_CLEAN)
distclean maintainer-clean realclean: clean $(SIM_EXTRA_DISTCLEAN)
rm -f TAGS
rm -f Makefile config.cache config.log config.status .gdbinit
- rm -f config.h stamp-h
.c.o:
$(COMPILE) $<
@@ -569,10 +567,6 @@ Makefile: Makefile.in $(srccom)/Make-common.in config.status
config.status: configure
$(SHELL) ./config.status --recheck
-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 $(srccom)/gdbinit.in
CONFIG_FILES=$@:../common/gdbinit.in CONFIG_HEADERS= $(SHELL) ./config.status