This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Arnaud, All, On Wednesday 07 April 2010 18:35:20 Arnaud Lacombe wrote: > Without this, gmp will do the build calling the bare gcc(1) and g++(1), > bypassing the value passed with the --build configure option. [--SNIP--] > - CFLAGS="${CT_CFLAGS_FOR_HOST} -fexceptions" \ > + CC=${CT_BUILD}-gcc CXX=${CT_BUILD}-g++ CFLAGS="${CT_CFLAGS_FOR_HOST} -fexceptions" \ Well, in fact, we want to use the host compiler, not the build one. GMP will run on the host machine, not the build machine. Will fix. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |