summaryrefslogtreecommitdiff
path: root/package/boost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/boost/Makefile')
-rw-r--r--package/boost/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boost/Makefile b/package/boost/Makefile
index dd08b0f34..8fee53109 100644
--- a/package/boost/Makefile
+++ b/package/boost/Makefile
@@ -107,10 +107,10 @@ endif
ifeq ($(ADK_TARGET_ARCH),ppc)
BOOST_ARCH:= power
endif
-ifeq ($(ADK_CPU_MIPS32),y)
+ifeq ($(ADK_TARGET_CPU_MIPS_MIPS32),y)
BOOST_ARCH:= mips32
endif
-ifeq ($(ADK_CPU_MIPS32R2),y)
+ifeq ($(ADK_TARGET_CPU_MIPS_MIPS32R2),y)
BOOST_ARCH:= mips32r2
endif