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 | e790312b2eb75d7bfb3cf542be9defd64b261dfb (patch) | |
tree | b3e05929bd8b346d4359e8a76a7bff025e9fe23e /profiles/uclibc/mips | |
parent | Marking 1.8.1-r1 stable (x86) (diff) | |
download | gentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.tar.gz gentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.tar.bz2 gentoo-2-e790312b2eb75d7bfb3cf542be9defd64b261dfb.zip |
force people to set their CHOST to the endian specific value
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
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" |