aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/basics.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-09-09 02:44:59 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-09 02:46:35 -0400
commitb728479074067064ed997a161d3b53feab3476f2 (patch)
tree1f1a37163db54407a85c6a620a3d32ad017b1fe3 /sim/ppc/basics.h
parenta13ab747e7abc67fca3568195bf943708261a39e (diff)
downloadgdb-b728479074067064ed997a161d3b53feab3476f2.zip
gdb-b728479074067064ed997a161d3b53feab3476f2.tar.gz
gdb-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.h2
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"