summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-23 12:17:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-23 12:17:13 +0200
commitf9c3a55a887ed486670b62f62d6e136ac14a9ed0 (patch)
tree846ac1ef80bce80ca2cdabb5e26e948f5b0ccdb4 /toolchain/gcc/Makefile
parent7d68ceb8174763e4875dd5f91d2352686c96d26f (diff)
no arch flags for alpha
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 2e46f0062..188c5c899 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -44,7 +44,7 @@ else
GCC_CONFOPTS+= --disable-tls --disable-threads --disable-libatomic
endif
-ifneq ($(ADK_LINUX_XTENSA)$(ADK_LINUX_M68K),y)
+ifneq ($(ADK_LINUX_ALPHA)$(ADK_LINUX_XTENSA)$(ADK_LINUX_M68K),y)
GCC_FINAL_CONFOPTS+= --enable-cxx-flags='$(TARGET_CXXFLAGS)'
endif