aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-basics.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-08 20:23:37 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-09 03:52:30 -0500
commit936df7568a0e47547285a0dd57b81643264fef38 (patch)
treeeb6e56f3f05e89ae94cd1df26cbcba439a5245d6 /sim/common/sim-basics.h
parent80f3f9eecf3aec5903a1a52a7963e9029ef9d15f (diff)
downloadfsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.zip
fsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.tar.gz
fsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.tar.bz2
sim: drop common/cconfig.h in favor of a single config.h
The common subdir sets up a cconfig.h file to hold checks for the common code. In practice, most files still end up using config.h instead which just leads to confusion. Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON so we can drop the cconfig.h file altogether. Now there is only a single config.h file like normal.
Diffstat (limited to 'sim/common/sim-basics.h')
-rw-r--r--sim/common/sim-basics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h
index 16c7eb5..9f34e2f 100644
--- a/sim/common/sim-basics.h
+++ b/sim/common/sim-basics.h
@@ -27,7 +27,7 @@
/* Basic configuration */
#ifdef HAVE_CONFIG_H
-#include "cconfig.h"
+#include "config.h"
#endif
/* Basic host dependant mess - hopefully <stdio.h> + <stdarg.h> will