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]

[PATCH 0 of 4] Enable both multiple args and args wwith spaces in *_EXTRA_CONFIG


Hello All!

The following patchset allows one to enter both multiple arguments
*and* arguments with spaces in the *_EXTRA_CONFIG config options.

The patchset is basically two-fold:
- treat variables as arrays (patch 1)
  - made possible by the fact that bash treats all non-array
    variables as if they were arrays with a single element.
- generate proper arrays (path-3)
  - mangle the .config before feeding it to the biuild scripts

I have only slightly tested this, but it does eem to really
work pretty good for me. Please shake it before I push. ;-)

Regards,
Yann E. MORIN.

--
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]