diff options
Diffstat (limited to 'sim/mips/configure')
-rwxr-xr-x | sim/mips/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/mips/configure b/sim/mips/configure index 991e42cdf7e..1986f330918 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -631,6 +631,7 @@ MAKE CCDEPMODE DEPDIR am__leading_dot +PACKAGE RANLIB AR HDEFINES @@ -4096,6 +4097,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" |