about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-04 23:01:30 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-04 23:01:30 +0000
commit0de28d5c71a3b58857642b3d5d804a790d9f6981 (patch)
tree46a7aeb19485047c35de249f8dd5ddfc374eeea0 /nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
parent6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80 (diff)
downloadglibc-0de28d5c71a3b58857642b3d5d804a790d9f6981.tar.gz
glibc-0de28d5c71a3b58857642b3d5d804a790d9f6981.tar.xz
glibc-0de28d5c71a3b58857642b3d5d804a790d9f6981.zip
Update.
2003-03-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/Makefile')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
new file mode 100644
index 0000000000..c73c2b6c26
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile
@@ -0,0 +1,4 @@
+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