diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 10:07:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 23:17:07 -0500 |
commit | c217e3d54e17e2dcf6b02d109e219a1718ac130e (patch) | |
tree | 934ee7e632982cf1792392ea4542f2fd979cc20c /sim/configure | |
parent | 60a1031181a972a199fc64abddbdf9bcac20193a (diff) | |
download | binutils-gdb-c217e3d54e17e2dcf6b02d109e219a1718ac130e.tar.gz |
sim: replace -I$srcroot/bfd include with -I$srcroot
Clean up includes a bit by making ports include bfd/ headers
explicitly. This matches other projects, and makes it more clear
where these headers are coming from.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure index dcfa28559f9..053830c9c19 100755 --- a/sim/configure +++ b/sim/configure @@ -16505,8 +16505,8 @@ fi #include "sim-main.h" #include "multi-include.h" -#include "elf-bfd.h" -#include "elfxx-mips.h" +#include "bfd/elf-bfd.h" +#include "bfd/elfxx-mips.h" #include "elf/mips.h" #define SD sd |