diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 13:35:32 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-04 07:42:31 +0700 |
commit | 89cf99a910ccfd95e478be81adc7493db138dfef (patch) | |
tree | 7708e7adfa591aed726b8d35b11ca1aa15afb179 /sim/moxie | |
parent | 90db43bb0325ce387da536f4939bfe01e80227b2 (diff) | |
download | gdb-89cf99a910ccfd95e478be81adc7493db138dfef.zip gdb-89cf99a910ccfd95e478be81adc7493db138dfef.tar.gz gdb-89cf99a910ccfd95e478be81adc7493db138dfef.tar.bz2 |
sim: build: switch to bfd & opcodes libtool linker scripts
Now that we use libtool to link, we don't need to duplicate all the
libs that bfd itself uses. This simplifies the configure & Makefile.
Diffstat (limited to 'sim/moxie')
-rw-r--r-- | sim/moxie/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in index b267adc..1c01ec6 100644 --- a/sim/moxie/Makefile.in +++ b/sim/moxie/Makefile.in @@ -22,7 +22,7 @@ SIM_OBJS = \ interp.o \ sim-resume.o -SIM_EXTRA_LIBS = -lm -lz +SIM_EXTRA_LIBS = -lm SIM_EXTRA_CFLAGS = -DDTB="\"$(dtbdir)/moxie-gdb.dtb\"" ## COMMON_POST_CONFIG_FRAG |