diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-02 00:27:12 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-02 00:27:12 -0500 |
commit | d264d78607d4fb9fd5d119261ca6f27a89f5b4fe (patch) | |
tree | cded6914a66c3081640505ef3a32c4ee88bf445d /sim/ppc | |
parent | f5efa6046bda518965f2ebe3526dcbb9a1f1df09 (diff) | |
download | gdb-d264d78607d4fb9fd5d119261ca6f27a89f5b4fe.zip gdb-d264d78607d4fb9fd5d119261ca6f27a89f5b4fe.tar.gz gdb-d264d78607d4fb9fd5d119261ca6f27a89f5b4fe.tar.bz2 |
sim: ppc: delete unused build compile & link settings
These should have been removed as part of the ppc/igen merging into the
top-level, but they were missed. Clean up now.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index fc9e324..26a1e7c 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -84,12 +84,9 @@ SIM_FPU_CFLAGS = -DHAVE_COMMON_FPU -I../common -I${srcdir}/../common STD_CFLAGS = $(CFLAGS) $(WERROR_CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARN_CFLAGS) $(INCLUDES) $(INCGNU) $(SIM_FPU_CFLAGS) NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(INCLUDES) $(SIM_FPU_CFLAGS) -BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(INCLUDES) $(WARN_CFLAGS) LIBS = $(COMMON_LIBS) @LIBS@ $(LIBGNU) $(LIBGNU_EXTRA_LIBS) -LINK_FOR_BUILD = $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ - IGEN_OPCODE_RULES = @sim_opcode@ IGEN_DECODE_MECHANISM = @sim_decode_mechanism@ IGEN_DUPLICATE = @sim_dup@ |