[llvm-commits] [llvm-gcc][patch] Use LDFLAGS from configure

Rafael Espindola espindola at google.com
Thu Jun 19 12:06:51 PDT 2008


Correct list now. Sorry.

2008/6/19 Rafael Espindola <espindola at google.com>:
> The attached patch permits setting the LDFLAGS variable in the call to
> configure. This is the behavior of configure on gcc trunk. Not sure
> why llvm-gcc is different.
>
> This is necessary for building llvm-gcc in cases where some libraries
> are in strange places:
>
> CPPFLAGS="-I/foo/include" LDFLAGS="-L/foo/lib" configure ....
>
> Cheers,
> --
> Rafael Avila de Espindola
>
> Google Ireland Ltd.
> Gordon House
> Barrow Street
> Dublin 4
> Ireland
>
> Registered in Dublin, Ireland
> Registration Number: 368047
>



-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047



More information about the llvm-commits mailing list