diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-06-30 10:15:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-06-30 10:15:57 -0700 |
commit | 16beab3db6f347a00b18c0d6bcc3c48feff58dca (patch) | |
tree | 0b8253c171be53deda4e25b08bb66f4769d405cb /configure | |
parent | This fixes parsing a file containing ELF attributes with very large tag values. (diff) | |
download | binutils-gdb-16beab3db6f347a00b18c0d6bcc3c48feff58dca.tar.gz binutils-gdb-16beab3db6f347a00b18c0d6bcc3c48feff58dca.tar.bz2 binutils-gdb-16beab3db6f347a00b18c0d6bcc3c48feff58dca.zip |
Sync toplevel configure with gcc
* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
target.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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:* | :*) |