summaryrefslogtreecommitdiff
path: root/mk/arch/mips/mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/arch/mips/mips.mk')
-rw-r--r--mk/arch/mips/mips.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/arch/mips/mips.mk b/mk/arch/mips/mips.mk
index 6bdbdc6..3c80963 100644
--- a/mk/arch/mips/mips.mk
+++ b/mk/arch/mips/mips.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -25,7 +25,8 @@
LINUX_ARCH := mips
__embtk_mips_endian := $(if $(CONFIG_EMBTK_TARGET_ARCH_LITTLE_ENDIAN),el)
-__embtk_mips_abi-$(CONFIG_EMBTK_CLIB_EGLIBC) := gnu
+__embtk_mips_abi-$(CONFIG_EMBTK_CLIB_EGLIBC) := gnu
+__embtk_mips_abi-$(CONFIG_EMBTK_CLIB_GLIBC) := gnu
__embtk_mips_abi := $(or $(__embtk_mips_abi-y),$(embtk_clib))
__embtk_mips_64bit := $(if $(CONFIG_EMBTK_TARGET_ARCH_64BITS),64)