diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-14 20:00:52 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-14 20:00:52 +0200 |
commit | 3199c47d7077410fe837f096de8ed70bdcf3e56d (patch) | |
tree | 010243033ff69ebd582d3df1595020860166db7b /libpthread/nptl/sysdeps/mips/Makefile.arch | |
parent | ecc762828cd06189eec73713731788f97b4bb891 (diff) |
nptl: remove superfluous =1 from defines
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/Makefile.arch')
-rw-r--r-- | libpthread/nptl/sysdeps/mips/Makefile.arch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libpthread/nptl/sysdeps/mips/Makefile.arch b/libpthread/nptl/sysdeps/mips/Makefile.arch index 799d2c3d3..6085ec888 100644 --- a/libpthread/nptl/sysdeps/mips/Makefile.arch +++ b/libpthread/nptl/sysdeps/mips/Makefile.arch @@ -5,11 +5,11 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CFLAGS-pt-raise.c = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 +CFLAGS-pt-raise.c = -DNOT_IN_libc -DIS_IN_libpthread -ASFLAGS-pthread_spin_lock.S = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 -ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 -ASFLAGS-nptl-sysdep.S = -DNOT_IN_libc=1 -DIS_IN_libpthread=1 \ +ASFLAGS-pthread_spin_lock.S = -DNOT_IN_libc -DIS_IN_libpthread +ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc -DIS_IN_libpthread +ASFLAGS-nptl-sysdep.S = -DNOT_IN_libc -DIS_IN_libpthread \ -D_LIBC_REENTRANT \ -I$(top_srcdir)libc/sysdeps/linux/mips |