diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:38:34 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:43:07 -0700 |
commit | 7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb (patch) | |
tree | 9ee56738ce145464e4b2e4dba1023db11b048144 /sim | |
parent | df7f7547a5cb6455ad07855482797860b71fb532 (diff) | |
download | binutils-gdb-7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb.tar.gz |
Regenerate configure in sim
* arm/configure: Regenerated.
* avr/configure: Likewise.
* bfin/configure: Likewise.
* common/configure: Likewise.
* cr16/configure: Likewise.
* cris/configure: Likewise.
* d10v/configure: Likewise.
* erc32/configure: Likewise.
* frv/configure: Likewise.
* ft32/configure: Likewise.
* h8300/configure: Likewise.
* igen/configure: Likewise.
* iq2000/configure: Likewise.
* lm32/configure: Likewise.
* m32c/configure: Likewise.
* m32r/configure: Likewise.
* m68hc11/configure: Likewise.
* mcore/configure: Likewise.
* microblaze/configure: Likewise.
* mips/configure: Likewise.
* mn10300/configure: Likewise.
* moxie/configure: Likewise.
* msp430/configure: Likewise.
* ppc/configure: Likewise.
* rl78/configure: Likewise.
* rx/configure: Likewise.
* sh/configure: Likewise.
* sh64/configure: Likewise.
* v850/configure: Likewise.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ChangeLog | 32 | ||||
-rwxr-xr-x | sim/arm/configure | 4 | ||||
-rwxr-xr-x | sim/avr/configure | 4 | ||||
-rwxr-xr-x | sim/bfin/configure | 4 | ||||
-rwxr-xr-x | sim/common/configure | 4 | ||||
-rwxr-xr-x | sim/cr16/configure | 4 | ||||
-rwxr-xr-x | sim/cris/configure | 4 | ||||
-rwxr-xr-x | sim/d10v/configure | 4 | ||||
-rwxr-xr-x | sim/erc32/configure | 4 | ||||
-rwxr-xr-x | sim/frv/configure | 4 | ||||
-rwxr-xr-x | sim/ft32/configure | 4 | ||||
-rwxr-xr-x | sim/h8300/configure | 4 | ||||
-rwxr-xr-x | sim/iq2000/configure | 4 | ||||
-rwxr-xr-x | sim/lm32/configure | 4 | ||||
-rwxr-xr-x | sim/m32c/configure | 4 | ||||
-rwxr-xr-x | sim/m32r/configure | 4 | ||||
-rwxr-xr-x | sim/m68hc11/configure | 4 | ||||
-rwxr-xr-x | sim/mcore/configure | 4 | ||||
-rwxr-xr-x | sim/microblaze/configure | 4 | ||||
-rwxr-xr-x | sim/mips/configure | 4 | ||||
-rwxr-xr-x | sim/mn10300/configure | 4 | ||||
-rwxr-xr-x | sim/moxie/configure | 4 | ||||
-rwxr-xr-x | sim/msp430/configure | 4 | ||||
-rwxr-xr-x | sim/ppc/configure | 4 | ||||
-rwxr-xr-x | sim/rl78/configure | 4 | ||||
-rwxr-xr-x | sim/rx/configure | 4 | ||||
-rwxr-xr-x | sim/sh/configure | 4 | ||||
-rwxr-xr-x | sim/sh64/configure | 4 | ||||
-rwxr-xr-x | sim/v850/configure | 4 |
29 files changed, 88 insertions, 56 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index abbeccf2267..0c0dcd6c28d 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,35 @@ +2015-04-02 H.J. Lu <hongjiu.lu@intel.com> + + * arm/configure: Regenerated. + * avr/configure: Likewise. + * bfin/configure: Likewise. + * common/configure: Likewise. + * cr16/configure: Likewise. + * cris/configure: Likewise. + * d10v/configure: Likewise. + * erc32/configure: Likewise. + * frv/configure: Likewise. + * ft32/configure: Likewise. + * h8300/configure: Likewise. + * igen/configure: Likewise. + * iq2000/configure: Likewise. + * lm32/configure: Likewise. + * m32c/configure: Likewise. + * m32r/configure: Likewise. + * m68hc11/configure: Likewise. + * mcore/configure: Likewise. + * microblaze/configure: Likewise. + * mips/configure: Likewise. + * mn10300/configure: Likewise. + * moxie/configure: Likewise. + * msp430/configure: Likewise. + * ppc/configure: Likewise. + * rl78/configure: Likewise. + * rx/configure: Likewise. + * sh/configure: Likewise. + * sh64/configure: Likewise. + * v850/configure: Likewise. + 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> * common/Make-common.in (CSEARCH): Remove $(ZLIBINC). diff --git a/sim/arm/configure b/sim/arm/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/arm/configure +++ b/sim/arm/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/avr/configure b/sim/avr/configure index 095c763c244..092ef46e259 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/bfin/configure b/sim/bfin/configure index f3cf00810a1..59723c26c30 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -8724,8 +8724,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/common/configure b/sim/common/configure index 49a667cef43..b81c8a1db37 100755 --- a/sim/common/configure +++ b/sim/common/configure @@ -6956,8 +6956,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/cr16/configure b/sim/cr16/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/cr16/configure +++ b/sim/cr16/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/cris/configure b/sim/cris/configure index 262ec2ab701..f8e83403bf4 100755 --- a/sim/cris/configure +++ b/sim/cris/configure @@ -8712,8 +8712,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/d10v/configure b/sim/d10v/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/erc32/configure b/sim/erc32/configure index bfe44d0621f..a0f3228f9a8 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -8688,8 +8688,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/frv/configure b/sim/frv/configure index f33a077dd17..13ca7c3cc80 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -8707,8 +8707,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/ft32/configure b/sim/ft32/configure index 6a93f79a685..0d21f067dec 100755 --- a/sim/ft32/configure +++ b/sim/ft32/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/h8300/configure b/sim/h8300/configure index cbfe50b86c4..97b396f193b 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -8684,8 +8684,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/iq2000/configure b/sim/iq2000/configure index e7f1b456884..3561837ed64 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -8706,8 +8706,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/lm32/configure b/sim/lm32/configure index 0456851e6ba..d908fcac97e 100755 --- a/sim/lm32/configure +++ b/sim/lm32/configure @@ -8704,8 +8704,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/m32c/configure b/sim/m32c/configure index f34e941abe5..99a06d12900 100755 --- a/sim/m32c/configure +++ b/sim/m32c/configure @@ -8692,8 +8692,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/m32r/configure b/sim/m32r/configure index 7331ecbcccf..417e24c148f 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -8708,8 +8708,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 39a478d9bce..e66e89cc717 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -8701,8 +8701,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/mcore/configure b/sim/mcore/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/mcore/configure +++ b/sim/mcore/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/microblaze/configure b/sim/microblaze/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/microblaze/configure +++ b/sim/microblaze/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/mips/configure b/sim/mips/configure index eac94ba7727..1abf98ef9be 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -8730,8 +8730,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/mn10300/configure b/sim/mn10300/configure index c407db304ec..a8303bec976 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -8707,8 +8707,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/moxie/configure b/sim/moxie/configure index 6a999efd9b9..6417068bf12 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -8703,8 +8703,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/msp430/configure b/sim/msp430/configure index 6c2989b2d60..ff3e5bc9a48 100755 --- a/sim/msp430/configure +++ b/sim/msp430/configure @@ -8698,8 +8698,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/ppc/configure b/sim/ppc/configure index d42c285e9f4..8cd3313247e 100755 --- a/sim/ppc/configure +++ b/sim/ppc/configure @@ -6819,8 +6819,8 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/rl78/configure b/sim/rl78/configure index e8bc2057dd5..b0e2f08f14c 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -8684,8 +8684,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/rx/configure b/sim/rx/configure index f4807c84976..ab886c1cd22 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -8688,8 +8688,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/sh/configure b/sim/sh/configure index cbcd18f6c31..ead6d3d4eb3 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/sh64/configure b/sim/sh64/configure index 89b60cb61d8..c31b4470488 100755 --- a/sim/sh64/configure +++ b/sim/sh64/configure @@ -8706,8 +8706,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : diff --git a/sim/v850/configure b/sim/v850/configure index 47056de3245..99260273264 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -8702,8 +8702,8 @@ fi # using the same condition. # Use the system's zlib library. - zlibdir=-L../zlib - zlibinc="-I\$(srcdir)/../zlib" + zlibdir="-L\$(top_builddir)/../zlib" + zlibinc="-I\$(top_srcdir)/../zlib" # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : |