Browse Source

Fix compile when profiling is disabled

Eric Andersen 23 năm trước cách đây
mục cha
commit
8d7d937507
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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