summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-30 19:14:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-30 19:14:27 +0200
commitd1336177b7215b7a638231bb1ec5fd22a87d9adb (patch)
tree65efb3b1487f0c658f02a08d97de6dc57de59254 /toolchain/gcc/Makefile
parented18fdf27be16211745a9d81dbcd3c1f1b529b75 (diff)
parent1a1c38ece81ef998be92218ade235bc7b44d9643 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 9ad2a3b05..bd1c69678 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -28,7 +28,7 @@ ifeq ($(ADK_TARGET_NO_FPU),y)
GCC_CONFOPTS+= --with-float=soft
endif
-ifeq ($(ADK_LINUX_64),y)
+ifeq ($(ADK_LINUX_MIPS64_LEMOTE),y)
GCC_CONFOPTS+= --with-abi=64
endif