diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-06 07:07:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-06 07:07:58 +0000 |
commit | 1902ba17e9ab88482a991e7fc1c28717c41dd3d5 (patch) | |
tree | 5f3d1451444c2cfc1f25190256e1feae4931f037 /profiles/default-linux/s390 | |
parent | no reason to mask nptl (diff) | |
download | gentoo-2-1902ba17e9ab88482a991e7fc1c28717c41dd3d5.tar.gz gentoo-2-1902ba17e9ab88482a991e7fc1c28717c41dd3d5.tar.bz2 gentoo-2-1902ba17e9ab88482a991e7fc1c28717c41dd3d5.zip |
enable nptl by default
Diffstat (limited to 'profiles/default-linux/s390')
-rw-r--r-- | profiles/default-linux/s390/2006.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/s390/2006.0/make.defaults b/profiles/default-linux/s390/2006.0/make.defaults index 6c82c8128966..dc392c74d6ee 100644 --- a/profiles/default-linux/s390/2006.0/make.defaults +++ b/profiles/default-linux/s390/2006.0/make.defaults @@ -1,2 +1,2 @@ -STAGE1_USE="nptl unicode" -USE="nptl unicode" +STAGE1_USE="nptl nptlonly unicode" +USE="nptl nptlonly unicode" |