From 09f85c7ffd5f5f931c7c5d6b58d56109175f24c9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 21 Aug 2004 21:39:51 +0000 Subject: Attempt to support 'gcc -finstrument-functions', which seems much more sane than 'gcc -pg' and seems much easier to support. -Erik --- libc/sysdeps/linux/common/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 1930351fb..5e40870a2 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -57,6 +57,9 @@ CSRC= __rt_sigtimedwait.c __socketcall.c __syscall_fcntl.c \ ifneq ($(strip $(EXCLUDE_BRK)),y) CSRC+=sbrk.c endif +ifeq ($(strip $(UCLIBC_PROFILING)),y) +CSRC+=noophooks.c pcprofile.c +endif ifeq ($(strip $(UCLIBC_PROPOLICE)),y) CSRC+=ssp.c endif -- cgit v1.2.3