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 PARAMS+= --with-tools
endif endif
ifdef CC ifdef CC
PARAMS+= --CC=$(CC) PARAMS+= --CC='$(CC)'
endif endif
ifdef LD ifdef LD
PARAMS+= --LD=$(LD) PARAMS+= --LD='$(LD)'
endif endif
#------------------------------------------------- #-------------------------------------------------