summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 0814b16c8..d90f4fe3a 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -65,13 +65,13 @@ GCC_FINAL_CONFOPTS+= --disable-biarch --disable-multilib
endif
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_SSP),y)
+ifeq ($(ADK_TOOLCHAIN_WITH_SSP),y)
GCC_FINAL_CONFOPTS+= --enable-libssp
else
GCC_FINAL_CONFOPTS+= --disable-libssp
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_LTO),y)
+ifeq ($(ADK_TOOLCHAIN_WITH_LTO),y)
GCC_FINAL_CONFOPTS+= --enable-lto
else
GCC_FINAL_CONFOPTS+= --disable-lto