diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 08:39:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 08:39:15 +0000 |
commit | 67c28b12287a2f243b1e38b3c2e1fe73a16d818e (patch) | |
tree | 797762e6ecb3bd158a684612922d7591fb87a294 /sysdeps/unix/sysv/linux/powerpc | |
parent | b35e21f43f6aa514fddabc8f4a7cfdc9042e4c6f (diff) | |
download | glibc-67c28b12287a2f243b1e38b3c2e1fe73a16d818e.tar glibc-67c28b12287a2f243b1e38b3c2e1fe73a16d818e.tar.gz glibc-67c28b12287a2f243b1e38b3c2e1fe73a16d818e.tar.bz2 glibc-67c28b12287a2f243b1e38b3c2e1fe73a16d818e.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
(CFLAGS-initfini.s): Add -DWEAK_GMON_START.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile index 931611f4db..9cefb8fbe9 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/Makefile @@ -3,6 +3,10 @@ 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 |