From 936df7568a0e47547285a0dd57b81643264fef38 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jan 2016 20:23:37 -0500 Subject: 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. --- sim/cris/rvdummy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/cris/rvdummy.c') diff --git a/sim/cris/rvdummy.c b/sim/cris/rvdummy.c index 7a384bf..3b66bb0 100644 --- a/sim/cris/rvdummy.c +++ b/sim/cris/rvdummy.c @@ -30,7 +30,7 @@ main (int argc, char *argv[]) #else #ifdef HAVE_CONFIG_H -#include "cconfig.h" +#include "config.h" #endif #include "getopt.h" -- cgit v1.1