summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 15:59:44 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-24 15:59:44 +0200
commit9a3893c954a0e5a0d3630d6fc8b60207ae4a2c49 (patch)
tree6bd46e3c40644586c22fd81b3926fe061a660484 /mk
parent033c323c1b2ec064ae595bcdbc2563bc58edb299 (diff)
downloadembtoolkit-9a3893c954a0e5a0d3630d6fc8b60207ae4a2c49.tar.gz
embtoolkit-9a3893c954a0e5a0d3630d6fc8b60207ae4a2c49.tar.bz2
embtoolkit-9a3893c954a0e5a0d3630d6fc8b60207ae4a2c49.tar.xz
Toolchain: MIPS arch: correct GNU_TARGET
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/mips-arch.mk28
1 files changed, 14 insertions, 14 deletions
diff --git a/mk/mips-arch.mk b/mk/mips-arch.mk
index 0bbbb2c..ea349f1 100644
--- a/mk/mips-arch.mk
+++ b/mk/mips-arch.mk
@@ -31,8 +31,8 @@ STRICT_GNU_TARGET := mipsel-unknown-linux-gnu
GNU_TARGET_ARCH := mips1
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS1_BIG),y)
-GNU_TARGET := mipseb-linux
-STRICT_GNU_TARGET := mipseb-unknown-linux-gnu
+GNU_TARGET := mips-linux
+STRICT_GNU_TARGET := mips-unknown-linux-gnu
GNU_TARGET_ARCH := mips1
endif
@@ -42,8 +42,8 @@ STRICT_GNU_TARGET := mipsel-unknown-linux-gnu
GNU_TARGET_ARCH := mips2
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS2_BIG),y)
-GNU_TARGET := mipseb-linux
-STRICT_GNU_TARGET := mipseb-unknown-linux-gnu
+GNU_TARGET := mips-linux
+STRICT_GNU_TARGET := mips-unknown-linux-gnu
GNU_TARGET_ARCH := mips2
endif
@@ -53,8 +53,8 @@ STRICT_GNU_TARGET := mipsel-unknown-linux-gnu
GNU_TARGET_ARCH := mips3
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS3_BIG),y)
-GNU_TARGET := mipseb-linux
-STRICT_GNU_TARGET := mipseb-unknown-linux-gnu
+GNU_TARGET := mips-linux
+STRICT_GNU_TARGET := mips-unknown-linux-gnu
GNU_TARGET_ARCH := mips3
endif
@@ -64,8 +64,8 @@ STRICT_GNU_TARGET := mipsel-unknown-linux-gnu
GNU_TARGET_ARCH := mips4
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS4_BIG),y)
-GNU_TARGET := mipseb-linux
-STRICT_GNU_TARGET := mipseb-unknown-linux-gnu
+GNU_TARGET := mips-linux
+STRICT_GNU_TARGET := mips-unknown-linux-gnu
GNU_TARGET_ARCH := mips4
endif
@@ -75,7 +75,7 @@ STRICT_GNU_TARGET := mipsisa32el-unknown-linux-gnu
GNU_TARGET_ARCH := mips32
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS32_BIG),y)
-GNU_TARGET := mipseb-linux
+GNU_TARGET := mips-linux
STRICT_GNU_TARGET := mipsisa32-unknown-linux-gnu
GNU_TARGET_ARCH := mips32
endif
@@ -86,29 +86,29 @@ STRICT_GNU_TARGET := mipsisa32r2el-unknown-linux-gnu
GNU_TARGET_ARCH := mips32r2
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS32R2_BIG),y)
-GNU_TARGET := mipseb-linux
+GNU_TARGET := mips-linux
STRICT_GNU_TARGET := mipsisa32r2-unknown-linux-gnu
GNU_TARGET_ARCH := mips32r2
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS64_LITTLE),y)
-GNU_TARGET := mipsel-linux
+GNU_TARGET := mips64el-linux
STRICT_GNU_TARGET := mipsisa64el-unknown-linux-gnu
GNU_TARGET_ARCH := mips64
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS64_BIG),y)
-GNU_TARGET := mipseb-linux
+GNU_TARGET := mips64-linux
STRICT_GNU_TARGET := mipsisa64-unknown-linux-gnu
GNU_TARGET_ARCH := mips64
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS64R2_LITTLE),y)
-GNU_TARGET := mipsel-linux
+GNU_TARGET := mips64el-linux
STRICT_GNU_TARGET := mipsisa64r2el-unknown-linux-gnu
GNU_TARGET_ARCH := mips64r2
endif
ifeq ($(CONFIG_EMBTK_ARCH_MIPS_MIPS64R2_BIG),y)
-GNU_TARGET := mipseb-linux
+GNU_TARGET := mips64-linux
STRICT_GNU_TARGET := mipsisa64r2-unknown-linux-gnu
GNU_TARGET_ARCH := mips64r2
endif