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/x86 | |
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/x86')
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index 7e6260198ef7..e7a59fbc8320 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -3,3 +3,6 @@ ACCEPT_KEYWORDS="x86" GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc" STAGE1_USE="uclibc" + +UCLIBC_CPU_DEFAULT="GENERIC_386" +UCLIBC_ENDIAN_DEFAULT="LITTLE" |