diff options
author | Andreas Jaeger <aj@suse.de> | 2004-07-19 19:13:59 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-07-19 19:13:59 +0000 |
commit | b27e7a54576ba9aa47a2c8d630084c41c502479a (patch) | |
tree | af1876ca665ebb3ff9b823679182c913ebb751cc /linuxthreads/sysdeps | |
parent | 99bb9f426fdd0e27b823708d451b5fa3408ce3e6 (diff) | |
download | glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.tar.gz glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.tar.xz glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.zip |
(CFLAGS-pt-initfini.s): Remove redundant override that missed -g0.
2004-07-19 Alexandre Oliva <aoliva@redhat.com> * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s): Remove redundant override that missed -g0.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile index a26c379aba..56eeecc789 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile @@ -1,6 +1,3 @@ # pull in __syscall_error routine libpthread-routines += sysdep -ifeq ($(subdir),linuxthreads) -CFLAGS-pt-initfini.s = $(fno-unit-at-a-time) -endif |