# This profile is supporting >=linux-2.6.16[a] and <linux-2.6.32[b]. # a. https://sourceware.org/ml/libc-announce/2012/msg00001.html # lowest version supported by glibc-2.17 to glibc-2.19. # b. https://sourceware.org/ml/libc-alpha/2014-09/msg00088.html # lowest version supported by glibc-2.20 onwards. # utimensat is missing or not reliable until linux-2.6.32. # needed by python-3. ac_cv_func_utimensat=no # pipe2 requires >=linux-2.6.27. Needed by python-3. ac_cv_func_pipe2=no # >=python-3 is masked. PYTHON_TARGETS="-python3_4"