diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:20:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:38:31 -0500 |
commit | 1b393626cef48974502e7077b191555b56680ee6 (patch) | |
tree | 90319a4085b670ee672d0bf335352b45789a07e9 /sim/iq2000/configure | |
parent | 466b619e95908dc073b78413f0d0d0b1cb97e4b5 (diff) | |
download | gdb-1b393626cef48974502e7077b191555b56680ee6.zip gdb-1b393626cef48974502e7077b191555b56680ee6.tar.gz gdb-1b393626cef48974502e7077b191555b56680ee6.tar.bz2 |
sim: punt WITH_DEVICES & tconfig.h support
No arch is using this anymore, and we want all new ports using the
hardware framework instead. Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.
We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8ce971f7108d270c.
Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.
Diffstat (limited to 'sim/iq2000/configure')
-rwxr-xr-x | sim/iq2000/configure | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sim/iq2000/configure b/sim/iq2000/configure index d2c9629..26937d3 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -8306,8 +8306,6 @@ else fi - - # Some of the common include files depend on bfd.h, and bfd.h checks # that config.h is included first by testing that the PACKAGE macro # is defined. @@ -12323,7 +12321,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12326 "configure" +#line 12324 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12429,7 +12427,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12432 "configure" +#line 12430 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |