diff options
-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 |