diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 22:13:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-17 22:13:55 +0000 |
commit | 2b54f21269d406fb0c3843512aabe30e20712d81 (patch) | |
tree | 23b2030d31ec75ded84709048f95ddf1f459a939 /profiles | |
parent | Stable on x86 (diff) | |
download | historical-2b54f21269d406fb0c3843512aabe30e20712d81.tar.gz historical-2b54f21269d406fb0c3843512aabe30e20712d81.tar.bz2 historical-2b54f21269d406fb0c3843512aabe30e20712d81.zip |
LIBC can cause bad things #60667
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/arm/make.defaults | 2 | ||||
-rw-r--r-- | profiles/uclibc/mips/make.defaults | 2 | ||||
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults index 9f1e6c26b78c..815744e0bd1d 100644 --- a/profiles/uclibc/arm/make.defaults +++ b/profiles/uclibc/arm/make.defaults @@ -3,7 +3,7 @@ GRP_STAGE23_USE="arm berkdb ncurses python readline zlib uclibc" STAGE1_USE="uclibc" ARCH="arm" -LIBC="uclibc" +PORTAGE_LIBC="uclibc" COMPILER="gcc3" ACCEPT_KEYWORDS="arm" diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults index c0ff0fcac700..4f767abcdf90 100644 --- a/profiles/uclibc/mips/make.defaults +++ b/profiles/uclibc/mips/make.defaults @@ -3,7 +3,7 @@ GRP_STAGE23_USE="mips berkdb ncurses python readline zlib uclibc" STAGE1_USE="uclibc" ARCH="mips" -LIBC="uclibc" +PORTAGE_LIBC="uclibc" COMPILER="gcc3" ACCEPT_KEYWORDS="mips" diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults index f6cb6a0b7afe..c73a84f758bf 100644 --- a/profiles/uclibc/x86/make.defaults +++ b/profiles/uclibc/x86/make.defaults @@ -3,7 +3,7 @@ GRP_STAGE23_USE="x86 berkdb ncurses python readline zlib uclibc" STAGE1_USE="uclibc" ARCH="x86" -LIBC="uclibc" +PORTAGE_LIBC="uclibc" COMPILER="gcc3" ACCEPT_KEYWORDS="x86" |