From 38f6c6055955deef52b2e97c57a6daab50f187cd Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Thu, 22 Oct 2009 12:08:31 +0200 Subject: disable libssp by default Signed-off-by: Marc Kleine-Budde --- rules/cross-gcc.in | 2 +- rules/glibc.in | 2 +- rules/mingw-runtime.in | 2 +- rules/uclibc.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in index edd23ef..6fbdc03 100644 --- a/rules/cross-gcc.in +++ b/rules/cross-gcc.in @@ -116,10 +116,10 @@ config CROSS_GCC_CONFIG_SJLJ_EXCEPTIONS ### config CROSS_GCC_ENABLE_LIBSSP bool - default !CROSS_GCC_DISABLE_LIBSSP config CROSS_GCC_DISABLE_LIBSSP bool + default !CROSS_GCC_ENABLE_LIBSSP config CROSS_GCC_CONFIG_LIBSSP string diff --git a/rules/glibc.in b/rules/glibc.in index f58049a..c84105c 100644 --- a/rules/glibc.in +++ b/rules/glibc.in @@ -25,7 +25,7 @@ menuconfig GLIBC select CROSS_GCC select CROSS_GCC_ENABLE_CXA_ATEXIT select CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS - select CROSS_GCC_ENABLE_LIBSSP + select CROSS_GCC_DISABLE_LIBSSP select CROSS_GCC_ENABLE_SHARED select CROSS_GCC_THREADS_POSIX diff --git a/rules/mingw-runtime.in b/rules/mingw-runtime.in index ad0d8d2..6622203 100644 --- a/rules/mingw-runtime.in +++ b/rules/mingw-runtime.in @@ -10,7 +10,7 @@ menuconfig MINGW_RUNTIME select CROSS_GCC_FIRST select CROSS_GCC_ENABLE_CXA_ATEXIT select CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS - select CROSS_GCC_ENABLE_LIBSSP + select CROSS_GCC_DISABLE_LIBSSP select CROSS_GCC_ENABLE_SHARED select CROSS_GCC_THREADS_WIN32 diff --git a/rules/uclibc.in b/rules/uclibc.in index fdb4c93..bcd61f8 100644 --- a/rules/uclibc.in +++ b/rules/uclibc.in @@ -8,7 +8,7 @@ menuconfig UCLIBC select CROSS_GCC_FIRST select CROSS_GCC_ENABLE_CXA_ATEXIT select CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS - select CROSS_GCC_ENABLE_LIBSSP + select CROSS_GCC_DISABLE_LIBSSP select CROSS_GCC_ENABLE_SHARED select CROSS_GCC_THREADS_POSIX -- cgit v1.2.3