summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-13 17:28:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-13 17:28:26 +0100
commit61f978300c334c3e2466d24bed56ae6a1720d2b2 (patch)
treea0d27c317075c0fd16b0787651e40496b8a0526b /toolchain
parentfd6e91a86e8d3bff49f1e893ad243d8fc0e324a5 (diff)
parent51fbbc0834011403f4a9d06d91b12addc68a64e1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index cc63b9e5f..6dd77146f 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -19,7 +19,7 @@ $(WRKBUILD)/.headers:
ifneq ($(ADK_DEBUG),)
$(SED) 's,DOSTRIP,DODEBUG,' ${WRKBUILD}/.config
endif
-ifneq ($(ADK_TOOLCHAIN_GCC_USE_SSP),)
+ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)
$(SED) 's,.*UCLIBC_HAS_SSP,UCLIBC_HAS_SSP=y,' ${WRKBUILD}/.config
echo "UCLIBC_HAS_SSP_COMPAT=n" >> ${WRKBUILD}/.config
echo "SSP_QUICK_CANARY=n" >> ${WRKBUILD}/.config