From 5baa5d1d6dfc69eebf131b7cf816bb0ab9869a0f Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 22 Sep 2013 23:27:02 -0400 Subject: [PATCH] build: Drop quotes from ARM targets. What I get for speed commits...incompetent commits. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6d22b3e..c176310 100755 --- a/configure +++ b/configure @@ -392,7 +392,7 @@ case $PLATFORM in PLATFORM=ppc64 ENVIRONMENT=64 ;; - "arm"|"armv6*l"|"armv7*l") + arm|armv6*l|armv7*l) RTM_ENABLE="CK_MD_RTM_DISABLE" MM="${MM:-"CK_MD_RMO"}" PLATFORM=arm