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 | |
parent | 99bb9f426fdd0e27b823708d451b5fa3408ce3e6 (diff) | |
download | glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.tar glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.tar.gz glibc-b27e7a54576ba9aa47a2c8d630084c41c502479a.tar.bz2 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')
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/mips/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 45a76743ad..60ef3f7968 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Alexandre Oliva <aoliva@redhat.com> + + * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s): + Remove redundant override that missed -g0. + 2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h 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 |