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
commitcece5c636a2f4a523f7eb8cede81749d80bc00e3 (patch)
treec399af3c9a9830ee0cc38034805f748084294ee6 /profiles/uclibc/mips
parenteveryone likes FEATURES=strict (diff)
downloadhistorical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.gz
historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.bz2
historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.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"