diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-m2crypto.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto.inc b/meta-python/recipes-devtools/python/python-m2crypto.inc index d0eaa819b1..da714874af 100644 --- a/meta-python/recipes-devtools/python/python-m2crypto.inc +++ b/meta-python/recipes-devtools/python/python-m2crypto.inc | |||
@@ -30,8 +30,9 @@ export SWIG_FEATURES | |||
30 | # multilib header file exists. | 30 | # multilib header file exists. |
31 | # | 31 | # |
32 | do_configure_prepend() { | 32 | do_configure_prepend() { |
33 | ${CPP} -dM - < /dev/null | grep -v __STDC__ | grep -v __REGISTER_PREFIX__ | grep -v __GNUC__ \ | 33 | ${CPP} -dM - < /dev/null | grep -v '__\(STDC\|REGISTER_PREFIX\|GNUC\|STDC_HOSTED\)__' \ |
34 | | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h | 34 | | sed 's/^\(#define \([^ ]*\) .*\)$/#undef \2\n\1/' > SWIG/gcc_macros.h |
35 | |||
35 | if [ "${SITEINFO_BITS}" = "64" ];then | 36 | if [ "${SITEINFO_BITS}" = "64" ];then |
36 | bit="64" | 37 | bit="64" |
37 | else | 38 | else |