소스 검색

Fix compile when profiling is disabled

Eric Andersen 23 년 전
부모
커밋
8d7d937507
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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