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 | 6299ae8aeae52e0ad853f34dcd69f64b73f6f33e (patch) | |
tree | cdb466f2ce164d247d2835ba21a4d7d8b0c5a756 /profiles/uclibc/sh | |
parent | Allow users to install fake x86/amd64 symlinks easily and add a manpage. (diff) | |
download | historical-6299ae8aeae52e0ad853f34dcd69f64b73f6f33e.tar.gz historical-6299ae8aeae52e0ad853f34dcd69f64b73f6f33e.tar.bz2 historical-6299ae8aeae52e0ad853f34dcd69f64b73f6f33e.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" |