Просмотр исходного кода

Fix compile when profiling is disabled

Eric Andersen 23 лет назад
Родитель
Сommit
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