summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-12 14:07:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-12 14:07:04 +0000
commitf48b21d78dd0ed9c04b3b165ace643f14518e007 (patch)
tree94a41cdd6936591f7cd9b412e634e02bd3482a41 /profiles/uclibc
parentFixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>. (Man... (diff)
downloadgentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.tar.gz
gentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.tar.bz2
gentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.zip
add $LIBC
Diffstat (limited to 'profiles/uclibc')
-rw-r--r--profiles/uclibc/arm/make.defaults1
-rw-r--r--profiles/uclibc/mips/make.defaults1
-rw-r--r--profiles/uclibc/x86/make.defaults1
3 files changed, 3 insertions, 0 deletions
diff --git a/profiles/uclibc/arm/make.defaults b/profiles/uclibc/arm/make.defaults
index 208e219a2570..9f1e6c26b78c 100644
--- a/profiles/uclibc/arm/make.defaults
+++ b/profiles/uclibc/arm/make.defaults
@@ -3,6 +3,7 @@ GRP_STAGE23_USE="arm berkdb ncurses python readline zlib uclibc"
STAGE1_USE="uclibc"
ARCH="arm"
+LIBC="uclibc"
COMPILER="gcc3"
ACCEPT_KEYWORDS="arm"
diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults
index 58b5be9362c0..c0ff0fcac700 100644
--- a/profiles/uclibc/mips/make.defaults
+++ b/profiles/uclibc/mips/make.defaults
@@ -3,6 +3,7 @@ GRP_STAGE23_USE="mips berkdb ncurses python readline zlib uclibc"
STAGE1_USE="uclibc"
ARCH="mips"
+LIBC="uclibc"
COMPILER="gcc3"
ACCEPT_KEYWORDS="mips"
diff --git a/profiles/uclibc/x86/make.defaults b/profiles/uclibc/x86/make.defaults
index 15e925d49885..f6cb6a0b7afe 100644
--- a/profiles/uclibc/x86/make.defaults
+++ b/profiles/uclibc/x86/make.defaults
@@ -3,6 +3,7 @@ GRP_STAGE23_USE="x86 berkdb ncurses python readline zlib uclibc"
STAGE1_USE="uclibc"
ARCH="x86"
+LIBC="uclibc"
COMPILER="gcc3"
ACCEPT_KEYWORDS="x86"