X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2FMakefile;h=1776491e09b6c4ecf32b358a4b693efefb635e2c;hb=6b65dda096b1e7981b5c827ab4fcbec53b026664;hp=275275e2566936ff886d2f6f481e0a5825765b04;hpb=b55df2367170f6f30d2d95d518626d7a2ef06333;p=rrq%2Foverlay-boot.git diff --git a/src/Makefile b/src/Makefile index 275275e..1776491 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,10 @@ 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 + +$(warning CC=$(CC)) CFLAGS = -Wall -static -O3 -flto