From b27e7a54576ba9aa47a2c8d630084c41c502479a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 19 Jul 2004 19:13:59 +0000 Subject: [PATCH] (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. --- linuxthreads/ChangeLog | 5 +++++ 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 + + * 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 -- 2.43.5