diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 14:07:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-12 14:07:04 +0000 |
commit | 852108aa42702f9f11dceb974e72bf813f2806a1 (patch) | |
tree | 031d9f7e9b6a49ebc78353a10a8dd34de014344c /profiles/uclibc/x86 | |
parent | Fixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>. (diff) | |
download | historical-852108aa42702f9f11dceb974e72bf813f2806a1.tar.gz historical-852108aa42702f9f11dceb974e72bf813f2806a1.tar.bz2 historical-852108aa42702f9f11dceb974e72bf813f2806a1.zip |
add $LIBC
Diffstat (limited to 'profiles/uclibc/x86')
-rw-r--r-- | profiles/uclibc/x86/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
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" |