mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-05 03:01:05 +00:00
5 lines
152 B
Makefile
5 lines
152 B
Makefile
|
ifeq ($(subdir),nptl)
|
||
|
# We need to make sure that stack memory is allocated in the low 4GB.
|
||
|
CFLAGS-pthread_create.c += -DARCH_MAP_FLAGS=MAP_32BIT
|
||
|
endif
|