Browse Source

sim: moxie: fix datadir handling

Expand the value at `make` time rather than configure generation time
so that we handle $(datarootdir) setting properly.
binutils-2_38-branch
Mike Frysinger 4 years ago
parent
commit
961af0641e
  1. 2
      sim/moxie/Makefile.in

2
sim/moxie/Makefile.in

@ -17,7 +17,7 @@
## COMMON_PRE_CONFIG_FRAG
dtbdir = @datadir@/gdb/dtb
dtbdir = $(datadir)/gdb/dtb
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \

Loading…
Cancel
Save