This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GOLD] Fix build breaking issues.


Hello,

* Doug Kwan (éæå) wrote on Thu, Feb 04, 2010 at 11:07:18PM CET:
> 2010-02-04  Doug Kwan  <dougkwan@google.com>
> 
>         * 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.
[...]
> --- gold/configure.ac	29 Dec 2009 22:49:13 -0000	1.52
> +++ gold/configure.ac	4 Feb 2010 21:56:30 -0000
> @@ -162,6 +162,9 @@ for targ in $target $canon_targets; do
>    fi
>  done
>  
> +# Remove any duplicates.
> +targetobjs=`echo $targetobjs | tr ' ' '\n' | sort | uniq | tr '\n' ' '`

If this is supposed to run on Solaris systems, you might want to use
\012 instead of \n as its /usr/bin/tr doesn't understand the latter.
I don't think there are ELF non-ASCII systems(?) to worry about.

Cheers,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]