diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:35:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-20 01:35:31 +0000 |
commit | bddce3941ba5e605faa2cc582958596dae62d708 (patch) | |
tree | 1a0be3c5310b0aa52286b9913dcc63776bb69086 /profiles/uclibc | |
parent | Marking 1.8.1-r1 stable (x86) (diff) | |
download | historical-bddce3941ba5e605faa2cc582958596dae62d708.tar.gz historical-bddce3941ba5e605faa2cc582958596dae62d708.tar.bz2 historical-bddce3941ba5e605faa2cc582958596dae62d708.zip |
force people to set their CHOST to the endian specific value
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 2 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 2 |
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" |