remove noise and stripping
[rrq/overlay-boot.git] / src / Makefile
index 7567e7b84d920198faeb146e5dbf23697e2dfedc..99bf8cf223adfffb800b0514f40b70f7921c778e 100644 (file)
@@ -1,8 +1,8 @@
 all: reaper
 
 # Pick compiler by preference
-CCPREFS = /usr/bin/musl-gcc /usr/bin/gcc
-CC = $(word 1,$(shell ls $(CCPREFS) 2>/dev/null))
+#CC = /usr/bin/gcc
+CC = /usr/bin/musl-gcc
 
 CFLAGS = -Wall -static -O3 -flto