Parcourir la source

Fix compile when profiling is disabled

Eric Andersen il y a 22 ans
Parent
commit
8d7d937507
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libc/sysdeps/linux/i386/crt0.S

+ 1 - 1
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