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