diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-06 06:09:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-06 06:09:22 +0000 |
commit | e8b81cf0ade77028e3ce095ce488e2818591b042 (patch) | |
tree | b9c4d767200f3ff665e1ac98c9b3de0f6d3080b6 /profiles/uclibc/mips | |
parent | Power management fixes revision (Manifest recommit) (diff) | |
download | gentoo-2-e8b81cf0ade77028e3ce095ce488e2818591b042.tar.gz gentoo-2-e8b81cf0ade77028e3ce095ce488e2818591b042.tar.bz2 gentoo-2-e8b81cf0ade77028e3ce095ce488e2818591b042.zip |
define default cpu/endian types
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index 653d635d0241..b96f16521ae4 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -4,3 +4,6 @@ ACCEPT_KEYWORDS="mips" FEATURES="-sandbox" GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" STAGE1_USE="uclibc" + +UCLIBC_CPU_DEFAULT="MIPS_ISA_1" +UCLIBC_ENDIAN_DEFAULT="BIG" |