From 10f36fa3026f0fdbfb6a4e70a7553e64307b51ca Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 26 Mar 2015 23:53:16 +0100 Subject: [PATCH] Allow ARCHOPTS to contain whitespace. (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ab5e3c43445..c6ea673af87 100644 --- a/makefile +++ b/makefile @@ -257,7 +257,7 @@ PARAMS+= --OPTIMIZE=$(OPTIMIZE) endif ifdef ARCHOPTS -PARAMS+= --ARCHOPTS=$(ARCHOPTS) +PARAMS+= --ARCHOPTS='$(ARCHOPTS)' endif ifdef MAP