diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2010-02-19 02:05:52 -0800 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-02-19 02:05:52 -0800 |
commit | 8826c1e4573c68200092074ede1afdddd4b3e115 (patch) | |
tree | ebf52e4e5d44c055ba435d7b06af66bd85f322b2 /libc/sysdeps/linux/common | |
parent | 536a9d8a04dc75246d7ad70c9372064c41a43467 (diff) |
fixes to get nptl compiling for x86_64
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index 45c70baf6..e86dc0c0d 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -39,7 +39,7 @@ CSRC := $(filter-out fork.c getpid.c raise.c open.c close.c read.c write.c, $(CS ifeq ($(TARGET_ARCH),arm) CSRC := $(filter-out vfork.c, $(CSRC)) else ifeq ($(TARGET_ARCH),x86_64) -#do nothing +CSRC := $(filter-out vfork.c, $(CSRC)) else CSRC := $(filter-out waitpid.c, $(CSRC)) endif |