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] Sync toplevel configure with gcc


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

commit 16beab3db6f347a00b18c0d6bcc3c48feff58dca
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jun 30 10:15:57 2015 -0700

    Sync toplevel configure with gcc
    
    	* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
    	target.
    	* configure: Regenerate.

Diff:
---
 ChangeLog    | 6 ++++++
 configure    | 2 +-
 configure.ac | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 615e266..0daaa5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
+	target.
+	* configure: Regenerate.
+
 2015-05-13  John David Anglin  <dave.anglin@bell.net>
 
 	* configure.ac: Disable configuration of GDB for HPUX targets.
diff --git a/configure b/configure
index a2e253a..6dfefa3 100755
--- a/configure
+++ b/configure
@@ -6938,7 +6938,7 @@ case "${enable_target_optspace}:${target}" in
   :d30v-*)
     ospace_frag="config/mt-d30v"
     ;;
-  :m32r-* | :d10v-* | :fr30-*)
+  :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
     ospace_frag="config/mt-ospace"
     ;;
   no:* | :*)
diff --git a/configure.ac b/configure.ac
index 8132df0..159f968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2577,7 +2577,7 @@ case "${enable_target_optspace}:${target}" in
   :d30v-*)
     ospace_frag="config/mt-d30v"
     ;;
-  :m32r-* | :d10v-* | :fr30-*)
+  :m32r-* | :d10v-* | :fr30-* | :i?86*-*-elfiamcu)
     ospace_frag="config/mt-ospace"
     ;;
   no:* | :*)


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