mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
Sync toplevel configure with gcc
* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu target. * configure: Regenerate.
This commit is contained in:
parent
5ee4a1ca16
commit
16beab3db6
@ -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.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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:* | :*)
|
||||
|
@ -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:* | :*)
|
||||
|
Loading…
Reference in New Issue
Block a user