diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 06:55:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 06:55:53 +0000 |
commit | c38a66b727faecb09caabe08932c645939c06429 (patch) | |
tree | 91d73b900506387e4abee68798f70c761ef35e15 /profiles/uclibc/mips | |
parent | use new portage features (Manifest recommit) (diff) | |
download | gentoo-2-c38a66b727faecb09caabe08932c645939c06429.tar.gz gentoo-2-c38a66b727faecb09caabe08932c645939c06429.tar.bz2 gentoo-2-c38a66b727faecb09caabe08932c645939c06429.zip |
mips, little endian
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/mipsel/make.defaults | 9 | ||||
-rw-r--r-- | profiles/uclibc/mips/mipsel/parent | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults new file mode 100644 index 000000000000..8ee2782c726a --- /dev/null +++ b/profiles/uclibc/mips/mipsel/make.defaults @@ -0,0 +1,9 @@ +ARCH="mips" +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="LITTLE" diff --git a/profiles/uclibc/mips/mipsel/parent b/profiles/uclibc/mips/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/parent @@ -0,0 +1 @@ +.. |