Sync toplevel configure with gcc
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Jun 2015 17:15:57 +0000 (10:15 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 30 Jun 2015 17:15:57 +0000 (10:15 -0700)
* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
target.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index 615e266e4f598440a9d7ff6c2fd2082fc02c737e..0daaa5b99369040f92c81cd878e67b309a80fcff 100644 (file)
--- 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.
index a2e253ab7c46497d8662a755f51575fa2b7b61c5..6dfefa3846ad7c97fd6a81a14d9f424dbabe0769 100755 (executable)
--- 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:* | :*)
index 8132df06a495fc9b48ebbc0bedbe23858e18879c..159f96814af8d0a3b2a0e56d5bb14a483cba40bd 100644 (file)
@@ -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:* | :*)
This page took 0.039484 seconds and 4 git commands to generate.