summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-04 07:05:33 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-04 07:05:33 +0000
commit8d7d93750730ae4bd3e93d1916bab7d6360016b1 (patch)
tree0ce80560bada6fd12e15a2d27377e639a07dcfc5 /libc
parent8cd026c4fea28653a6f57ad2b9c2ab5076a3ebde (diff)
Fix compile when profiling is disabled
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/i386/crt0.S2
1 files changed, 1 insertions, 1 deletions
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