From: H.J. Lu Date: Tue, 30 Jun 2015 17:15:57 +0000 (-0700) Subject: Sync toplevel configure with gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16beab3db6f347a00b18c0d6bcc3c48feff58dca;p=binutils-gdb.git Sync toplevel configure with gcc * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu target. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 615e266e4f5..0daaa5b9936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-06-30 H.J. Lu + + * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu + target. + * configure: Regenerate. + 2015-05-13 John David Anglin * configure.ac: Disable configuration of GDB for HPUX targets. diff --git a/configure b/configure index a2e253ab7c4..6dfefa3846a 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 8132df06a49..159f96814af 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:* | :*)