Define PACKAGE macro in all sims' config.h.
[deliverable/binutils-gdb.git] / sim / m68hc11 / configure
index 667f0a04e2b5f774c2e912f7e01093baec76a4e4..c7eaea0c31fb07004c3b5d5757c47af3542550a8 100755 (executable)
@@ -620,6 +620,7 @@ MAKE
 CCDEPMODE
 DEPDIR
 am__leading_dot
+PACKAGE
 RANLIB
 AR
 HDEFINES
@@ -4067,6 +4068,17 @@ 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.
+PACKAGE=sim
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE "$PACKAGE"
+_ACEOF
+
+
+
 # Dependency checking.
 ac_config_commands="$ac_config_commands depdir"
 
This page took 0.024373 seconds and 4 git commands to generate.