]> code.ossystems Code Review - openembedded-core.git/commit
distutils-common-base.bbclass: Define commonly used compiler variables
authorKhem Raj <raj.khem@gmail.com>
Tue, 28 Aug 2018 17:50:37 +0000 (10:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Sep 2018 10:03:31 +0000 (11:03 +0100)
commit0ab1b35172a41021f5e27c5d17d1e131ce5befd7
treec2976c82255808a25df15de276aaf02403037026
parent0ed4a6233bdcb25cbdce698504611541420d92d0
distutils-common-base.bbclass: Define commonly used compiler variables

This is inspired from
https://github.com/python/cpython/blob/master/configure.ac

Helps cross compiling python C modules in some cases where they do
not respect normal CFLAGS

Errors like using gcc to link when compiler is clang is fixed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distutils-common-base.bbclass