mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
toolchain has SSP support
This commit is contained in:
15
.config
15
.config
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Buildroot -g2541bc10-dirty Configuration
|
# Buildroot -g94c0b515 Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
BR2_HAVE_DOT_CONFIG=y
|
||||||
BR2_HOST_GCC_AT_LEAST_4_9=y
|
BR2_HOST_GCC_AT_LEAST_4_9=y
|
||||||
@@ -203,10 +203,10 @@ BR2_COMPILER_PARANOID_UNSAFE_PATH=y
|
|||||||
#
|
#
|
||||||
# Security Hardening Options
|
# Security Hardening Options
|
||||||
#
|
#
|
||||||
|
BR2_SSP_NONE=y
|
||||||
#
|
# BR2_SSP_REGULAR is not set
|
||||||
# Stack Smashing Protection needs a toolchain w/ SSP
|
# BR2_SSP_STRONG is not set
|
||||||
#
|
# BR2_SSP_ALL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RELocation Read Only (RELRO) needs shared libraries
|
# RELocation Read Only (RELRO) needs shared libraries
|
||||||
@@ -314,7 +314,8 @@ BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y
|
|||||||
# (e)glibc only available with shared lib support
|
# (e)glibc only available with shared lib support
|
||||||
#
|
#
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_HAS_SSP is not set
|
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
||||||
|
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP_STRONG=y
|
||||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_DLANG is not set
|
# BR2_TOOLCHAIN_EXTERNAL_DLANG is not set
|
||||||
# BR2_TOOLCHAIN_EXTERNAL_FORTRAN is not set
|
# BR2_TOOLCHAIN_EXTERNAL_FORTRAN is not set
|
||||||
@@ -337,6 +338,8 @@ BR2_INSTALL_LIBSTDCPP=y
|
|||||||
BR2_TOOLCHAIN_HAS_THREADS=y
|
BR2_TOOLCHAIN_HAS_THREADS=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
|
||||||
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
|
||||||
|
BR2_TOOLCHAIN_HAS_SSP=y
|
||||||
|
BR2_TOOLCHAIN_HAS_SSP_STRONG=y
|
||||||
BR2_TOOLCHAIN_HAS_UCONTEXT=y
|
BR2_TOOLCHAIN_HAS_UCONTEXT=y
|
||||||
BR2_USE_MMU=y
|
BR2_USE_MMU=y
|
||||||
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv5te -mtune=arm926ej-s"
|
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv5te -mtune=arm926ej-s"
|
||||||
|
Reference in New Issue
Block a user