mysql: disable SSP for ppc (toolchain issue?)

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth
2015-06-19 16:52:13 +02:00
parent 44d7aa7789
commit e1e671139c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -62,6 +62,11 @@ ifneq ($(CONFIG_USE_UCLIBCXX),)
TARGET_CXX=g++-uc
endif
ifeq ($(ARCH),powerpc)
TARGET_CFLAGS += -fno-stack-protector
endif
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \