From 0c164d29d11cdb71e29aca3e6bf352100ce6b6b6 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 29 Aug 2023 16:13:54 +0100 Subject: Revert "Gold: Add targ_extra_little_endian to configure.ac" This reverts commit cf8565fb2ea42579c50722cbaeafdf71c3d58c66. It was applied unapproved. --- gold/configure | 8 -------- gold/configure.ac | 8 -------- gold/configure.tgt | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) (limited to 'gold') diff --git a/gold/configure b/gold/configure index ccb1f22..5c6fe2a 100755 --- a/gold/configure +++ b/gold/configure @@ -5266,10 +5266,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" = "true"; then targ_32_big=yes fi - if test "$targ_little_endian" = "true" \ - -o "$targ_extra_little_endian" = "true"; then - targ_32_little=yes - fi if test "$targ_big_endian" = "false" \ -o "$targ_extra_big_endian" = "false"; then targ_32_little=yes @@ -5280,10 +5276,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" = "true"; then targ_64_big=yes fi - if test "$targ_little_endian" = "true" \ - -o "$targ_extra_little_endian" = "true"; then - targ_64_little=yes - fi if test "$targ_big_endian" = "false" \ -o "$targ_extra_big_endian" = "false"; then targ_64_little=yes diff --git a/gold/configure.ac b/gold/configure.ac index e04e408..cafd350 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -193,10 +193,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" = "true"; then targ_32_big=yes fi - if test "$targ_little_endian" = "true" \ - -o "$targ_extra_little_endian" = "true"; then - targ_32_little=yes - fi if test "$targ_big_endian" = "false" \ -o "$targ_extra_big_endian" = "false"; then targ_32_little=yes @@ -207,10 +203,6 @@ for targ in $target $canon_targets; do -o "$targ_extra_big_endian" = "true"; then targ_64_big=yes fi - if test "$targ_little_endian" = "true" \ - -o "$targ_extra_little_endian" = "true"; then - targ_64_little=yes - fi if test "$targ_big_endian" = "false" \ -o "$targ_extra_big_endian" = "false"; then targ_64_little=yes diff --git a/gold/configure.tgt b/gold/configure.tgt index b472b8f..4b54e08 100644 --- a/gold/configure.tgt +++ b/gold/configure.tgt @@ -165,7 +165,7 @@ mips*-*-*) targ_machine=EM_MIPS targ_size=32 targ_big_endian=true - targ_extra_little_endian=true + targ_extra_big_endian=false ;; s390-*-*) targ_obj=s390 -- cgit v1.1