summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-16 08:19:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-16 08:19:40 +0000
commitcb663509432e424e8535fe69739168a9c90c1050 (patch)
tree884cdeb5413a74f368a96248857284cf21ee01d1 /profiles/uclibc/mips
parenteveryone likes FEATURES=strict (diff)
downloadgentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.gz
gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.bz2
gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.zip
move arch-specific stuff out of make.globals and into profiles #89181
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r--profiles/uclibc/mips/make.defaults2
-rw-r--r--profiles/uclibc/mips/mipsel/make.defaults1
2 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults
index 7ea29454bacf..db900e367bf1 100644
--- a/profiles/uclibc/mips/make.defaults
+++ b/profiles/uclibc/mips/make.defaults
@@ -1,6 +1,8 @@
ARCH="mips"
ACCEPT_KEYWORDS="mips"
+CHOST="mips-gentoo-linux-uclibc"
+
FEATURES="-sandbox"
UCLIBC_CPU_DEFAULT="MIPS_ISA_1"
diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults
index e69de29bb2d1..80b70299abe4 100644
--- a/profiles/uclibc/mips/mipsel/make.defaults
+++ b/profiles/uclibc/mips/mipsel/make.defaults
@@ -0,0 +1 @@
+CHOST="mipsel-gentoo-linux-uclibc"