aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-03-08 00:30:31 -0500
committerMike Frysinger <vapier@gentoo.org>2021-03-08 00:54:37 -0500
commit8c9b6e7689157423ae99f89f30791d70214ef87b (patch)
tree5eb7ba2616d03e5c169b19ef11328e8779a2dbd6 /sim/d10v/Makefile.in
parent2916e3e18fe7fb15f3153e71404987ea721da84f (diff)
downloadfsf-binutils-gdb-8c9b6e7689157423ae99f89f30791d70214ef87b.zip
fsf-binutils-gdb-8c9b6e7689157423ae99f89f30791d70214ef87b.tar.gz
fsf-binutils-gdb-8c9b6e7689157423ae99f89f30791d70214ef87b.tar.bz2
sim: delete unused BUILD_LIBS setting
This hasn't been initialized anywhere for years. It used to be for passing in the path to libiberty, but that stopped happening long ago. Delete it to simplify the build logic.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r--sim/d10v/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
index 8fe4c0f..cb5159b 100644
--- a/sim/d10v/Makefile.in
+++ b/sim/d10v/Makefile.in
@@ -49,7 +49,7 @@ d10v-opc.o: $(srcdir)/../../opcodes/d10v-opc.c
$(CC_FOR_BUILD) $(BUILD_CFLAGS) $(WARN_CFLAGS) -c $(srcdir)/../../opcodes/d10v-opc.c
gencode: gencode.o d10v-opc.o
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gencode gencode.o d10v-opc.o $(BUILD_LIB)
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gencode gencode.o d10v-opc.o
clean-extra:
rm -f table.c simops.h gencode