mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
(CFLAGS-initfini.s): Remove, it's not used anywhere anymore.
This commit is contained in:
@ -14,10 +14,6 @@ sysdep_routines += dl-procinfo
|
|||||||
sysdep-rtld-routines += dl-procinfo
|
sysdep-rtld-routines += dl-procinfo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),resource)
|
ifeq ($(subdir),resource)
|
||||||
sysdep_routines += oldgetrlimit64
|
sysdep_routines += oldgetrlimit64
|
||||||
endif
|
endif
|
||||||
|
@ -6,10 +6,6 @@ ifeq ($(subdir),stdlib)
|
|||||||
sysdep_routines += __start_context
|
sysdep_routines += __start_context
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_headers += sys/io.h
|
sysdep_headers += sys/io.h
|
||||||
sysdep_routines += ioperm clone2
|
sysdep_routines += ioperm clone2
|
||||||
|
@ -3,10 +3,6 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
|||||||
rt_sigqueueinfo rt_sigaction rt_sigpending
|
rt_sigqueueinfo rt_sigaction rt_sigpending
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),resource)
|
ifeq ($(subdir),resource)
|
||||||
sysdep_routines += oldgetrlimit64
|
sysdep_routines += oldgetrlimit64
|
||||||
endif
|
endif
|
||||||
|
@ -3,10 +3,6 @@ sysdep_routines += setfsgid setfsuid setresgid setresuid
|
|||||||
sysdep_headers += sys/elf.h
|
sysdep_headers += sys/elf.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
|
||||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),resource)
|
ifeq ($(subdir),resource)
|
||||||
sysdep_routines += oldgetrlimit64
|
sysdep_routines += oldgetrlimit64
|
||||||
endif
|
endif
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
ifeq ($(subdir),csu)
|
|
||||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
sysdep_routines += setfsgid setfsuid setresgid setresuid
|
||||||
sysdep_headers += sys/elf.h
|
sysdep_headers += sys/elf.h
|
||||||
|
Reference in New Issue
Block a user