[PATCH] Revert "Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)"
Siddhesh Poyarekar
siddhesh@gotplt.org
Thu Jul 15 08:23:57 GMT 2021
On 7/15/21 1:43 PM, Lukasz Majewski wrote:
> This reverts commit 5d98a7dae955bafa6740c26eaba9c86060ae0344.
>
> The problem is with building gcc-runtime recipe (libgomp to be
> precise) under Yocto/OE (newest master).
>
> This library calls sysconf function from glibc. Before this commit
> it gave back the value based on some preprocessor defines.
>
> Now it wants to call the sysconf syscall, which cannot be properly
> served with the Yocto/OE environment and results if following error:
> libgomp/config/linux/proc.c:85: undefined reference to `sysconf'
Apparently the issue has been fixed so that a revert is unnecessary:
https://sourceware.org/pipermail/libc-alpha/2021-July/128963.html
Siddhesh
More information about the Libc-alpha
mailing list