diff options
author | 2004-05-23 02:42:19 +0000 | |
---|---|---|
committer | 2004-05-23 02:42:19 +0000 | |
commit | 62522c1a4d735adaab74520d5748aff80a62ccf5 (patch) | |
tree | b6aabedd1537c4cb4625fe04b331d3ef187dd81a /cnf | |
parent | dont refer to the pic USE flag ... bad voodoo that way (diff) | |
download | portage-cvs-62522c1a4d735adaab74520d5748aff80a62ccf5.tar.gz portage-cvs-62522c1a4d735adaab74520d5748aff80a62ccf5.tar.bz2 portage-cvs-62522c1a4d735adaab74520d5748aff80a62ccf5.zip |
Speedups and a few little fixes.portage_2_0_51_pre9
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 228086e..8573a1d 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -1,6 +1,6 @@ # Copyright 2000-2003 Daniel Robbins, Gentoo Technologies, Inc. # Contains local system settings for Portage system -# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.72 2004/04/14 01:47:36 carpaski Exp $ +# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.73 2004/05/23 02:42:19 carpaski Exp $ # Please review 'man make.conf' for more information. @@ -60,6 +60,7 @@ CHOST="i686-pc-linux-gnu" # # CRITICAL WARNINGS: ****************************************************** # # K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. # +# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. # # ************************************************************************* # # # Decent examples: |