On 12/15/2011 12:37 AM, Saul Wold wrote:
On 12/14/2011 10:56 PM, Khem Raj wrote:
On Wed, Dec 14, 2011 at 5:50 PM, Saul Wold<[email protected]> wrote:

+EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}'
'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
+

hmm why doesnt it pick it from environment in configure ?

That's a really good question! But it does not seem to, when I do the
build with non-gplv3, it gets CC=/usr/bin/gcc! So clearly it's not
getting the environment, otherwise I would not have made this patch.

This is an old-school configure script.

Just a further explanation of this comment, the configure script in ed is a very old script, not autotools based at all. It hard codes the CC="" in the script so the environment is not picked up correct, but it does read those properly from the command line.

Sau!

Sau!

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to