Sync top-level configure.ac with binutils-gdb.
2016-03-17 Cary Coutant <ccoutant@gmail.com> * configure.ac: Add mips and s390 to the gold target check. * configure: Regenerate. From-SVN: r234309
This commit is contained in:
parent
ecd71a9e48
commit
1b858e7638
@ -1,3 +1,12 @@
|
|||||||
|
2016-03-17 Cary Coutant <ccoutant@gmail.com>
|
||||||
|
|
||||||
|
Sync with binutils-gdb:
|
||||||
|
|
||||||
|
2016-03-17 Cary Coutant <ccoutant@gmail.com>
|
||||||
|
|
||||||
|
* configure.ac: Add mips and s390 to the gold target check.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2016-03-01 DJ Delorie <dj@redhat.com>
|
2016-03-01 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS (mep): Remove myself as MeP maintainer.
|
* MAINTAINERS (mep): Remove myself as MeP maintainer.
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -2973,7 +2973,7 @@ case "${ENABLE_GOLD}" in
|
|||||||
# Check for target supported by gold.
|
# Check for target supported by gold.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||||
| aarch64*-*-* | tilegx*-*-*)
|
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
|
||||||
configdirs="$configdirs gold"
|
configdirs="$configdirs gold"
|
||||||
if test x${ENABLE_GOLD} = xdefault; then
|
if test x${ENABLE_GOLD} = xdefault; then
|
||||||
default_ld=gold
|
default_ld=gold
|
||||||
|
@ -351,7 +351,7 @@ case "${ENABLE_GOLD}" in
|
|||||||
# Check for target supported by gold.
|
# Check for target supported by gold.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||||
| aarch64*-*-* | tilegx*-*-*)
|
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
|
||||||
configdirs="$configdirs gold"
|
configdirs="$configdirs gold"
|
||||||
if test x${ENABLE_GOLD} = xdefault; then
|
if test x${ENABLE_GOLD} = xdefault; then
|
||||||
default_ld=gold
|
default_ld=gold
|
||||||
|
Loading…
Reference in New Issue
Block a user