summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-01-14 13:42:28 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-01-14 13:42:28 +0100
commitbc0af6cbd309ca85a2104ff65f9b34e3d5130db9 (patch)
treed63ed93b4880e948ebac770d8560f000fd803c83 /libpthread/nptl/sysdeps/unix
parent7bf35c8b7d4a1f97174eb49f47f33946b282114c (diff)
buildsys: metag: Remove inappropriate comment
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch
index bcee1685c..df9887596 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch
@@ -29,6 +29,3 @@ CFLAGS-fork.c = -D__USE_STDIO_FUTEXES__
endif
CFLAGS-OMIT-fork.c = -DNOT_IN_libc -DIS_IN_libpthread
CFLAGS-OMIT-libc-lowlevellock.c = -DNOT_IN_libc -DIS_IN_libpthread
-# We always compile it in arm mode because of SAVE_PID macro
-# This macro should be alternatively implemented in THUMB
-# assembly.