diff --git a/Makefile b/Makefile index f0b1f11449..2c08688e4b 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,9 @@ ifneq ($(wildcard makeopts),) endif # Some build systems, such as the one in openwrt, like to pass custom target -# CFLAGS in the COPTS variable. +# CFLAGS and LDFLAGS in the COPTS and LDOPTS variables. ASTCFLAGS+=$(COPTS) +ASTLDFLAGS+=$(LDOPTS) #Uncomment this to see all build commands instead of 'quiet' output #NOISY_BUILD=yes