diff options
author | Doug Kwan <dougkwan@google.com> | 2010-02-05 00:30:35 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-02-05 00:30:35 +0000 |
commit | 6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2 (patch) | |
tree | 76d60561b6db8124d1bf24733aea2f5d1ad3864b /gold/configure | |
parent | 34ed35c124c7f38e6120a7dcc9d1249c147735b8 (diff) | |
download | gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.zip gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.tar.gz gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.tar.bz2 |
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-x | gold/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/configure b/gold/configure index 4817e44..dbc6319 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 |