diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-09-09 02:44:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-09-09 02:46:35 -0400 |
commit | b728479074067064ed997a161d3b53feab3476f2 (patch) | |
tree | 1f1a37163db54407a85c6a620a3d32ad017b1fe3 /sim/ppc/basics.h | |
parent | a13ab747e7abc67fca3568195bf943708261a39e (diff) | |
download | binutils-b728479074067064ed997a161d3b53feab3476f2.zip binutils-b728479074067064ed997a161d3b53feab3476f2.tar.gz binutils-b728479074067064ed997a161d3b53feab3476f2.tar.bz2 |
sim: ppc: drop support for std-config.h overrides
Only the ppc arch supports this kind of source file override logic.
All the others expose knobs via configure flags, and for some of
these, the ppc code does as well. For others, it doesn't make sense
to ever change them. Since it's unlikely anyone is using this, drop
it all to simplify the code (and to get us a little closer to the
common sim code).
Diffstat (limited to 'sim/ppc/basics.h')
-rw-r--r-- | sim/ppc/basics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/basics.h b/sim/ppc/basics.h index 0d03a42..7c54b73 100644 --- a/sim/ppc/basics.h +++ b/sim/ppc/basics.h @@ -71,7 +71,7 @@ typedef enum { /* Basic configuration */ -#include "ppc-config.h" +#include "std-config.h" #include "inline.h" |