Browse Source

buildsys: metag: Remove inappropriate comment

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 11 years ago
parent
commit
bc0af6cbd3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch

+ 0 - 3
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.