diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 03:38:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 03:38:53 +0000 |
commit | fe0901c2c1e78a1580f54173b1a515cbc744f9c5 (patch) | |
tree | 4342b1a8fc48918732dffca5d8f7c60b15dbf5fe /profiles/uclibc/mips | |
parent | Allow users to install fake x86/amd64 symlinks easily and add a manpage. (Man... (diff) | |
download | gentoo-2-fe0901c2c1e78a1580f54173b1a515cbc744f9c5.tar.gz gentoo-2-fe0901c2c1e78a1580f54173b1a515cbc744f9c5.tar.bz2 gentoo-2-fe0901c2c1e78a1580f54173b1a515cbc744f9c5.zip |
no longer need UCLIBC_ENDIAN_DEFAULT
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/mips/mipsel/make.defaults | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index 0459acf0be83..7ea29454bacf 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -4,4 +4,3 @@ ACCEPT_KEYWORDS="mips" FEATURES="-sandbox" UCLIBC_CPU_DEFAULT="MIPS_ISA_1" -UCLIBC_ENDIAN_DEFAULT="BIG" diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults index 65974d431f46..e69de29bb2d1 100644 --- a/profiles/uclibc/mips/mipsel/make.defaults +++ b/profiles/uclibc/mips/mipsel/make.defaults @@ -1 +0,0 @@ -UCLIBC_ENDIAN_DEFAULT="LITTLE" |