Allow ARCHOPTS to contain whitespace. (nw)

This commit is contained in:
couriersud 2015-03-26 23:53:16 +01:00
parent b5f8311c35
commit 10f36fa302

View File

@ -257,7 +257,7 @@ PARAMS+= --OPTIMIZE=$(OPTIMIZE)
endif
ifdef ARCHOPTS
PARAMS+= --ARCHOPTS=$(ARCHOPTS)
PARAMS+= --ARCHOPTS='$(ARCHOPTS)'
endif
ifdef MAP