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
commit852108aa42702f9f11dceb974e72bf813f2806a1 (patch)
tree031d9f7e9b6a49ebc78353a10a8dd34de014344c /profiles/uclibc
parentFixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>. (diff)
downloadhistorical-852108aa42702f9f11dceb974e72bf813f2806a1.tar.gz
historical-852108aa42702f9f11dceb974e72bf813f2806a1.tar.bz2
historical-852108aa42702f9f11dceb974e72bf813f2806a1.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"