aboutsummaryrefslogtreecommitdiff
path: root/gold/configure.ac
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2023-08-29 16:13:54 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2023-08-30 18:45:14 +0100
commit0c164d29d11cdb71e29aca3e6bf352100ce6b6b6 (patch)
tree4cbdfc926297d0bab24a6f1c8ab745d791496b9b /gold/configure.ac
parentddf8117d3cc1a67a3ec373bc554a61d53dc6125d (diff)
downloadgdb-0c164d29d11cdb71e29aca3e6bf352100ce6b6b6.zip
gdb-0c164d29d11cdb71e29aca3e6bf352100ce6b6b6.tar.gz
gdb-0c164d29d11cdb71e29aca3e6bf352100ce6b6b6.tar.bz2
Revert "Gold: Add targ_extra_little_endian to configure.ac"
This reverts commit cf8565fb2ea42579c50722cbaeafdf71c3d58c66. It was applied unapproved.
Diffstat (limited to 'gold/configure.ac')
-rw-r--r--gold/configure.ac8
1 files changed, 0 insertions, 8 deletions
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