summaryrefslogtreecommitdiff
path: root/gold/configure
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-02-05 00:30:35 +0000
committerDoug Kwan <dougkwan@google.com>2010-02-05 00:30:35 +0000
commit6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2 (patch)
tree76d60561b6db8124d1bf24733aea2f5d1ad3864b /gold/configure
parent34ed35c124c7f38e6120a7dcc9d1249c147735b8 (diff)
2010-02-04 Doug Kwan <dougkwan@google.com>
PR 11247 * arm-reloc-property.cc (cstdio): Include. * configure.ac (targetobjs): Remove duplicates. * configure: Regenerate. * resolve.cc (Symbol_table::resolve): Explicit instantiate both big and little endian version for a given address size.
Diffstat (limited to 'gold/configure')
-rwxr-xr-xgold/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/configure b/gold/configure
index 4817e444dc..dbc6319c8a 100755
--- a/gold/configure
+++ b/gold/configure
@@ -3410,6 +3410,9 @@ fi
fi
done
+# Remove any duplicates.
+targetobjs=`echo $targetobjs | tr ' ' '\n' | sort | uniq | tr '\n' ' '`
+
if test -n "$targ_32_little"; then
$as_echo "#define HAVE_TARGET_32_LITTLE 1" >>confdefs.h