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]

Re: [PATCH] Dont use wrapper script in case of canadian build


Thomas, Bart,
All,

On Sunday 02 August 2009 22:59:44 Thomas Charron wrote:
> On Sun, Aug 2, 2009 at 2:09 PM, Yann E.
> MORIN<yann.morin.1998@anciens.enib.fr> wrote:
> > Are you trying to say that there's no /bin/sh in mingw32 ?
> Generally speaking?  No.  You can install it with MSYS, however,
> Mingw is not cygwin.

OK, which means we should write the wrapper in C, and install a binary.
I don't like that. Having a C file just to set LD_LIBRARY_PATH is... weird.
Doing what the wrapper currently does will be awfully more complex in C than
it is in shell.

OTOH, it might be noticeably faster than a shell script. But then the gain
might in fact not be noticeable, when compared to the time the compiler
will take to execute.

OK, it's on the TODO list. Unless someone beats me to it... ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| --==< ^_^ >==-- `------------.-------:  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]