mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
(CFLAGS-initfini.s): Remove, it's not used anywhere anymore.
This commit is contained in:
@ -3,10 +3,6 @@ sysdep_routines += setfsgid setfsuid setresgid setresuid
|
||||
sysdep_headers += sys/elf.h
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),csu)
|
||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit64
|
||||
endif
|
||||
|
@ -1,7 +1,3 @@
|
||||
ifeq ($(subdir),csu)
|
||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
||||
sysdep_headers += sys/elf.h
|
||||
|
Reference in New Issue
Block a user