From 8d7d93750730ae4bd3e93d1916bab7d6360016b1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Mar 2003 07:05:33 +0000 Subject: Fix compile when profiling is disabled --- libc/sysdeps/linux/i386/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/i386/crt0.S b/libc/sysdeps/linux/i386/crt0.S index 3930a1690..a488d6508 100644 --- a/libc/sysdeps/linux/i386/crt0.S +++ b/libc/sysdeps/linux/i386/crt0.S @@ -100,7 +100,7 @@ _start: .size _start,.-_start -#if defined L_gcrt1 +#if defined L_gcrt1 && defined __UCLIBC_PROFILING__ # include "./gmon-start.S" #endif -- cgit v1.2.3