build: use busybox gzip compatible force option
[openwrt/staging/chunkeey.git] / include / uclibc++.mk
index 084ba6aab16887856a0306592b3923e1baa0e0db..a1a61f26d419fdbebb0f9f94a60010a398a17f31 100644 (file)
@@ -9,8 +9,8 @@ CXX_DEPENDS = +USE_UCLIBCXX:uclibcxx +USE_LIBSTDCXX:libstdcpp
 
 ifneq ($(CONFIG_USE_UCLIBCXX),)
  ifneq ($(CONFIG_CCACHE),)
-  TARGET_CXX_NOCACHE="g++-uc"
+  TARGET_CXX_NOCACHE=g++-uc
  else
-  TARGET_CXX="g++-uc"
+  TARGET_CXX=g++-uc
  endif
 endif