summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-20 01:35:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-20 01:35:31 +0000
commite790312b2eb75d7bfb3cf542be9defd64b261dfb (patch)
treeb3e05929bd8b346d4359e8a76a7bff025e9fe23e
parentMarking 1.8.1-r1 stable (x86) (diff)
downloadgentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.tar.gz
gentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.tar.bz2
gentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.zip
force people to set their CHOST to the endian specific value
-rw-r--r--profiles/uclibc/arm/make.defaults2
-rw-r--r--profiles/uclibc/mips/make.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults
index 959f42aa8e43..417e228caf71 100644
--- a/profiles/uclibc/arm/make.defaults
+++ b/profiles/uclibc/arm/make.defaults
@@ -1,6 +1,6 @@
ARCH="arm"
ACCEPT_KEYWORDS="arm"
-CHOST="arm-gentoo-linux-uclibc"
+CHOST="set-CHOST-in-your-/etc/make.conf"
UCLIBC_CPU_DEFAULT="GENERIC_ARM"
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults
index db900e367bf1..2a17bbe61e19 100644
--- a/profiles/uclibc/mips/make.defaults
+++ b/profiles/uclibc/mips/make.defaults
@@ -1,7 +1,7 @@
ARCH="mips"
ACCEPT_KEYWORDS="mips"
-CHOST="mips-gentoo-linux-uclibc"
+CHOST="set-CHOST-in-your-/etc/make.conf"
FEATURES="-sandbox"