aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog32
-rwxr-xr-xsim/arm/configure4
-rwxr-xr-xsim/avr/configure4
-rwxr-xr-xsim/bfin/configure4
-rwxr-xr-xsim/common/configure4
-rwxr-xr-xsim/cr16/configure4
-rwxr-xr-xsim/cris/configure4
-rwxr-xr-xsim/d10v/configure4
-rwxr-xr-xsim/erc32/configure4
-rwxr-xr-xsim/frv/configure4
-rwxr-xr-xsim/ft32/configure4
-rwxr-xr-xsim/h8300/configure4
-rwxr-xr-xsim/iq2000/configure4
-rwxr-xr-xsim/lm32/configure4
-rwxr-xr-xsim/m32c/configure4
-rwxr-xr-xsim/m32r/configure4
-rwxr-xr-xsim/m68hc11/configure4
-rwxr-xr-xsim/mcore/configure4
-rwxr-xr-xsim/microblaze/configure4
-rwxr-xr-xsim/mips/configure4
-rwxr-xr-xsim/mn10300/configure4
-rwxr-xr-xsim/moxie/configure4
-rwxr-xr-xsim/msp430/configure4
-rwxr-xr-xsim/ppc/configure4
-rwxr-xr-xsim/rl78/configure4
-rwxr-xr-xsim/rx/configure4
-rwxr-xr-xsim/sh/configure4
-rwxr-xr-xsim/sh64/configure4
-rwxr-xr-xsim/v850/configure4
29 files changed, 88 insertions, 56 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index abbeccf..0c0dcd6 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 cbcd18f..ead6d3d 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 095c763..092ef46 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 f3cf008..59723c2 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 49a667c..b81c8a1 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 cbcd18f..ead6d3d 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 262ec2a..f8e8340 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 cbcd18f..ead6d3d 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 bfe44d0..a0f3228 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 f33a077..13ca7c3 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 6a93f79..0d21f06 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 cbfe50b..97b396f 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 e7f1b45..3561837 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 0456851..d908fca 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 f34e941..99a06d1 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 7331ecb..417e24c 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 39a478d..e66e89c 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 cbcd18f..ead6d3d 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 cbcd18f..ead6d3d 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 eac94ba..1abf98e 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 c407db3..a8303be 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 6a999ef..6417068 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 6c2989b..ff3e5bc 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 d42c285..8cd3313 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 e8bc205..b0e2f08 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 f4807c8..ab886c1 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 cbcd18f..ead6d3d 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 89b60cb..c31b447 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 47056de..9926027 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 :