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 | f48b21d78dd0ed9c04b3b165ace643f14518e007 (patch) | |
tree | 94a41cdd6936591f7cd9b412e634e02bd3482a41 /profiles/uclibc/x86 | |
parent | Fixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>. (Man... (diff) | |
download | gentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.tar.gz gentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.tar.bz2 gentoo-2-f48b21d78dd0ed9c04b3b165ace643f14518e007.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" |