Community
Participate
Working Groups
Build Identifier: M20090917-0800 If I set the configure/Command option to, something like: configure CC_FOR_TARGET="my-gcc -opt" Then the code in AutotoolsNewMakeGenerator.getConfigurePath incorrectly parses the string into three parts: - configure - CC_FOR_TARGET="my-gcc - -opt" Rather than: - configure - CC_FOR_TARGET="my-gcc -opt" It seems that the code that deals with environment variables before configure, handles "" values ok. E.g. CC_FOR_TARGET="my-gcc -opt" configure Works. Reproducible: Always
(In reply to comment #0) > Build Identifier: M20090917-0800 > > If I set the configure/Command option to, something like: > > configure CC_FOR_TARGET="my-gcc -opt" > > Then the code in AutotoolsNewMakeGenerator.getConfigurePath incorrectly parses > the string into three parts: > > - configure > - CC_FOR_TARGET="my-gcc > - -opt" > > Rather than: > > - configure > - CC_FOR_TARGET="my-gcc -opt" > > It seems that the code that deals with environment variables before configure, > handles "" values ok. E.g. > > CC_FOR_TARGET="my-gcc -opt" configure > > Works. > > Reproducible: Always Have fixed environment variable scraper to handle env vars that follow the command. Fix is in trunk and will appear in next new nightly build and next linux tools release: 0.6.