Re: EUDIR, EUINC ??
- Posted by mattlewis (admin) Nov 07, 2011
- 1464 views
jimcbrown said...
Even with an autoconf configure script, it'd be necessary to pass in --ld ... --cc ... --as ... (and so on)
Not really. Assuming GNU build tools, all you need is that prefix. Currently, we have --cc-prefix in 4.1 (code was committed this weekend), which takes care of that, and is basically equivalent to autoconf's host/prefix parameter.
Matt