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/x86 | |
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/x86')
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index 50e780a7a598..48df663eb981 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -2,4 +2,3 @@ ARCH="x86" ACCEPT_KEYWORDS="x86" UCLIBC_CPU_DEFAULT="GENERIC_386" -UCLIBC_ENDIAN_DEFAULT="LITTLE" |