diff options
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | sim/testsuite/common/local.mk | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 8b03c1d..4234747 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2021-05-07 Dimitar Dimitrov <dimitar@dinux.eu> + + * local.mk (%C%_CPPFLAGS): Add ../bfd include path. + 2021-04-08 Mike Frysinger <vapier@gentoo.org> * lib/sim-defs.exp (run_sim_test): Set status to unsupported if diff --git a/sim/testsuite/common/local.mk b/sim/testsuite/common/local.mk index 38ffb0b..4db7981 100644 --- a/sim/testsuite/common/local.mk +++ b/sim/testsuite/common/local.mk @@ -29,7 +29,8 @@ check_PROGRAMS += $(TESTS) %C%_CPPFLAGS = \ -I$(srcdir)/common \ - -I$(srcroot)/include + -I$(srcroot)/include \ + -I../bfd # These tests are build-time only tools. Override the default rules for them. %D%/%.o: %D%/%.c |