[tlbuild] tl release candidate rebuild
Peter Breitenlohner
peb at mppmu.mpg.de
Mon Jun 7 14:57:58 CEST 2010
On Mon, 7 Jun 2010, Apostolos Syropoulos wrote:
>> SOME_PATH/x86_64-solaris-gcc:
>> #! /bin/bash
>> exec /usr/bin/gcc -m64 "$@"
>>
>
> Well this is reasonable, but then I need to set two more environment
> variables, which
> seems like entering vicious circles ;-)
Hi Apostolos,
no, you should use
CONFIG_SHELL=/bin/bash ./Build \
CC=x86_64-solaris-gcc \
CXX=x86_64-solaris-g++ \
--enable/disable-whatever
(assuming that x86_64-solaris-{gcc,g++} are found in PATH).
Regards
Peter
More information about the tlbuild
mailing list