enable whitespace in CC and LD (nw)

This commit is contained in:
Miodrag Milanovic 2015-03-26 14:50:03 +01:00
parent 3b8cab2802
commit 6abf77a172

View File

@ -19,10 +19,10 @@ ifdef TOOLS
PARAMS+= --with-tools
endif
ifdef CC
PARAMS+= --CC=$(CC)
PARAMS+= --CC='$(CC)'
endif
ifdef LD
PARAMS+= --LD=$(LD)
PARAMS+= --LD='$(LD)'
endif
#-------------------------------------------------