This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Regenerate configure in sim


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb

commit 7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Apr 2 05:38:34 2015 -0700

    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.

Diff:
---
 sim/ChangeLog            | 32 ++++++++++++++++++++++++++++++++
 sim/arm/configure        |  4 ++--
 sim/avr/configure        |  4 ++--
 sim/bfin/configure       |  4 ++--
 sim/common/configure     |  4 ++--
 sim/cr16/configure       |  4 ++--
 sim/cris/configure       |  4 ++--
 sim/d10v/configure       |  4 ++--
 sim/erc32/configure      |  4 ++--
 sim/frv/configure        |  4 ++--
 sim/ft32/configure       |  4 ++--
 sim/h8300/configure      |  4 ++--
 sim/iq2000/configure     |  4 ++--
 sim/lm32/configure       |  4 ++--
 sim/m32c/configure       |  4 ++--
 sim/m32r/configure       |  4 ++--
 sim/m68hc11/configure    |  4 ++--
 sim/mcore/configure      |  4 ++--
 sim/microblaze/configure |  4 ++--
 sim/mips/configure       |  4 ++--
 sim/mn10300/configure    |  4 ++--
 sim/moxie/configure      |  4 ++--
 sim/msp430/configure     |  4 ++--
 sim/ppc/configure        |  4 ++--
 sim/rl78/configure       |  4 ++--
 sim/rx/configure         |  4 ++--
 sim/sh/configure         |  4 ++--
 sim/sh64/configure       |  4 ++--
 sim/v850/configure       |  4 ++--
 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 :


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]