diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/config.in | 3 | ||||
-rwxr-xr-x | sim/mips/configure | 12 |
3 files changed, 19 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index c74038a7018..39830b1617f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2012-06-15 Joel Brobecker <brobecker@adacore.com> + + * config.in, configure: Regenerate. + 2012-05-18 Nick Clifton <nickc@redhat.com> PR 14072 diff --git a/sim/mips/config.in b/sim/mips/config.in index 064a530c393..9f71eb855f7 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -88,6 +88,9 @@ /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW +/* Name of this package. */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT 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" |