Hi,

On Sep 29, 2010, at 6:55 PM, Jan Rovins wrote:

...
> # --- T2-COPYRIGHT-NOTE-END ---
> -
> if atstage "cross"; then
>        var_append makeopt ' ' 'LIBTOOL=$root/usr/bin/libtool'
> +       # this only happen when cross building 64 bit T2 on 32 bit host:
> +       # During the iconv lib test configure will try to
> +       # link against /lib, instead of /lib64, and fail the iconv test,
> +       [ ! -e /lib64 ] && [[ $libdir = *lib64 ]] &&  export LDFLAGS="-L 
> $root/lib64 -L $root/usr/lib64"
...

Also happened on my mips64 test build (64bit T2 host), sans the comment and 
whitespace:

Committed revision 37736.

        René

-- 
  René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10117 Berlin
  http://exactcode.com | http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to