mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
toplevel: Recover tilegx/tilepro targets
These are still supported in Binutils. ChangeLog: * configure: Regenerate. * configure.ac: Recover tilegx/tilepro targets.
This commit is contained in:
parent
9c7797a8c2
commit
a885ec2485
5
configure
vendored
5
configure
vendored
@ -3072,7 +3072,7 @@ case "${ENABLE_GOLD}" in
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||
| aarch64*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
|
||||
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
@ -3977,6 +3977,9 @@ case "${target}" in
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
tilepro*-*-* | tilegx*-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||
;;
|
||||
|
@ -360,7 +360,7 @@ case "${ENABLE_GOLD}" in
|
||||
# Check for target supported by gold.
|
||||
case "${target}" in
|
||||
i?86-*-* | x86_64-*-* | sparc*-*-* | powerpc*-*-* | arm*-*-* \
|
||||
| aarch64*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
|
||||
| aarch64*-*-* | tilegx*-*-* | mips*-*-* | s390*-*-* | loongarch*-*-*)
|
||||
configdirs="$configdirs gold"
|
||||
if test x${ENABLE_GOLD} = xdefault; then
|
||||
default_ld=gold
|
||||
@ -1227,6 +1227,9 @@ case "${target}" in
|
||||
tic6x-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
tilepro*-*-* | tilegx*-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
v810-*-*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user