Sync top level configure with binutils-gdb.
2015-11-20 Tristan Gingold <gingold@adacore.com> * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*. * configure: Regenerate. From-SVN: r230660
This commit is contained in:
parent
a794bd2079
commit
3be9623174
3 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2015-11-20 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
Sync with binutils-gdb:
|
||||
2015-11-20 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-11-19 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* .gitignore: Add .clang-format to ignored files.
|
||||
|
|
8
configure
vendored
8
configure
vendored
|
@ -3686,6 +3686,14 @@ esac
|
|||
case "${target}" in
|
||||
*-*-chorusos)
|
||||
;;
|
||||
aarch64-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
arm-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
|
|
|
@ -1023,6 +1023,14 @@ esac
|
|||
case "${target}" in
|
||||
*-*-chorusos)
|
||||
;;
|
||||
aarch64-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
arm-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs ld gas gdb gprof"
|
||||
noconfigdirs="$noconfigdirs sim target-rda"
|
||||
|
|
Loading…
Add table
Reference in a new issue