(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.
This commit is contained in:
Andreas Jaeger 2004-07-19 19:13:59 +00:00
parent 99bb9f426f
commit b27e7a5457
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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