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 | |
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')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/mips/mipsel/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/ppc/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/sh/make.defaults | 1 | ||||
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index 9daaed11fa0f..92e82b2f56cf 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -2,4 +2,3 @@ ARCH="arm" ACCEPT_KEYWORDS="arm" UCLIBC_CPU_DEFAULT="GENERIC_ARM" -UCLIBC_ENDIAN_DEFAULT="LITTLE" 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" diff --git a/profiles/uclibc/ppc/make.defaults b/profiles/uclibc/ppc/make.defaults index c6aded29b0b2..d63e113ec638 100644 --- a/profiles/uclibc/ppc/make.defaults +++ b/profiles/uclibc/ppc/make.defaults @@ -2,4 +2,3 @@ ARCH="ppc" ACCEPT_KEYWORDS="ppc" UCLIBC_CPU_DEFAULT="" -UCLIBC_ENDIAN_DEFAULT="BIG" 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" 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" |