[Buildroot] [PATCH 1/1] Build Python with tzset support

Henry Margies henry.margies at gmail.com
Wed Jul 9 11:41:25 UTC 2014


I’ve sent a new version of my patch for Python 2.7 and 3, instead of a separate one just for Python3. Hope that’s easier.

> And I also agree that it would be nice to check the configure script, pity it is such a long one :) I’ll have a look tomorrow to see if I can spot anything obvious.


On the topic of AC_RUN_IFELSE, the configure script sets the following variables to these defaults when cross-compiling:

ac_cv_pthread_is_default=no
ac_cv_kpthread=no
ac_cv_kthread=no
ac_cv_pthread=no
ac_cv_pthread_system_supported=no
ac_cv_little_endian_double=no
ac_cv_big_endian_double=no
ac_cv_mixed_endian_double=no
ac_cv_x87_double_rounding=no
ac_cv_log1p_drops_zero_sign=no
ac_cv_posix_semaphores_enabled=yes
ac_cv_broken_sem_getvalue=yes
ac_cv_wchar_t_signed=yes
ac_cv_rshift_extends_sign=yes
ac_cv_broken_nice=no
ac_cv_broken_poll=no
ac_cv_working_tzset=no
ac_cv_have_long_long_format="cross -- assumming no” (set to yes by buildroot) 
ac_cv_have_size_t_format="cross -- assuming yes"
ac_cv_broken_mbstowcs=no
have_glibc_memmove_bug=undefined
have_ipa_pure_const_bug=undefined
ac_cv_buggy_getaddrinfo=yes unless configured with --(en|dis)able-ipv6

I suppose the pthread detection may not matter so much as the appropriate flags are probably set in environment variables?

Anyway, I thought I post it here so people can see and comment. 


Best regards,
Henry




More information about the buildroot mailing list