From: Andreas Jaeger Date: Mon, 19 Jul 2004 19:13:59 +0000 (+0000) Subject: (CFLAGS-pt-initfini.s): Remove redundant override that missed -g0. X-Git-Tag: cvs/fedora-base~314 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b27e7a54576ba9aa47a2c8d630084c41c502479a;p=glibc.git (CFLAGS-pt-initfini.s): Remove redundant override that missed -g0. 2004-07-19 Alexandre Oliva * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s): Remove redundant override that missed -g0. --- 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 + + * sysdeps/unix/sysv/linux/mips/Makefile (CFLAGS-pt-initfini.s): + Remove redundant override that missed -g0. + 2004-07-14 Kaz Kojima * 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