Add mips and s390 build targets for gold.
* configure.ac: Add mips and s390 to the gold target check. * configure: Regenerate.
This commit is contained in:
parent
47a9f4fcab
commit
ea01647092
@ -1,3 +1,8 @@
|
||||
2016-03-17 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
* configure.ac: Add mips and s390 to the gold target check.
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-02-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
Import these patches from the GCC mainline:
|
||||
|
2
configure
vendored
2
configure
vendored
@ -2973,7 +2973,7 @@ case "${ENABLE_GOLD}" in
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||
| aarch64*-*-* | tilegx*-*-*)
|
||||
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
|
@ -351,7 +351,7 @@ case "${ENABLE_GOLD}" in
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||
| aarch64*-*-* | tilegx*-*-*)
|
||||
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
|
Loading…
x
Reference in New Issue
Block a user