]> sourceware.org Git - glibc.git/commitdiff
(CFLAGS-initfini.s): Remove, it's not used anywhere anymore.
authorAndreas Jaeger <aj@suse.de>
Wed, 23 May 2001 06:24:29 +0000 (06:24 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 23 May 2001 06:24:29 +0000 (06:24 +0000)
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/ia64/Makefile
sysdeps/unix/sysv/linux/powerpc/Makefile
sysdeps/unix/sysv/linux/s390/s390-32/Makefile
sysdeps/unix/sysv/linux/s390/s390-64/Makefile

index 9cd71064d314b3a2ab72752c79ac37f09c958925..4a219b89e40e55ad8ad4325c3fa0ebbcab5bb467 100644 (file)
@@ -14,10 +14,6 @@ sysdep_routines += dl-procinfo
 sysdep-rtld-routines += dl-procinfo
 endif
 
-ifeq ($(subdir),csu)
-CFLAGS-initfini.s += -DWEAK_GMON_START
-endif
-
 ifeq ($(subdir),resource)
 sysdep_routines += oldgetrlimit64
 endif
index 7326b9f8103bc5aeedcc3adefc5e13c78c775a2c..e028a2d618c98e6cd3fad7b94c4c961d2130ff36 100644 (file)
@@ -6,10 +6,6 @@ ifeq ($(subdir),stdlib)
 sysdep_routines += __start_context
 endif
 
-ifeq ($(subdir),csu)
-CFLAGS-initfini.s += -DWEAK_GMON_START
-endif
-
 ifeq ($(subdir),misc)
 sysdep_headers += sys/io.h
 sysdep_routines += ioperm clone2
index 9cefb8fbe99c544e011057427c744f9d61a444bc..931611f4db2f2feb021c0e0fb274b7b95320515b 100644 (file)
@@ -3,10 +3,6 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
                   rt_sigqueueinfo rt_sigaction rt_sigpending
 endif
 
-ifeq ($(subdir),csu)
-CFLAGS-initfini.s += -DWEAK_GMON_START
-endif
-
 ifeq ($(subdir),resource)
 sysdep_routines += oldgetrlimit64
 endif
index 2115e40a2a2d5227ac6c04442384295fb354bb18..bac110a28b8891404c56cb5f818d439da7317739 100644 (file)
@@ -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
index 0217d83a6c9d4e5395ba9113bff16361b9ff57ed..e3c048b5a43aa0c7baca1c54f3b0a5a00e1892fc 100644 (file)
@@ -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
This page took 0.051574 seconds and 5 git commands to generate.