From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qc73T-00087h-JD for garchives@archives.gentoo.org; Thu, 30 Jun 2011 02:32:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE421C02D; Thu, 30 Jun 2011 02:32:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 398781C02D for ; Thu, 30 Jun 2011 02:32:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D84E1B404B for ; Thu, 30 Jun 2011 02:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 90A1F8003C for ; Thu, 30 Jun 2011 02:32:11 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: <0501a85b9669cbba02493e9c9e577298db95a2bf.wiktor@gentoo> Subject: [gentoo-commits] proj/anaconda:master commit in: ui/ X-VCS-Repository: proj/anaconda X-VCS-Files: ui/makeconf.glade X-VCS-Directories: ui/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: 0501a85b9669cbba02493e9c9e577298db95a2bf Date: Thu, 30 Jun 2011 02:32:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1afae1784d78eaf43189f17a1beb8f8c commit: 0501a85b9669cbba02493e9c9e577298db95a2bf Author: wiktor w brodlo brodlo net> AuthorDate: Wed Jun 29 17:28:10 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Wed Jun 29 17:28:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3D0501a85b ui/makeconf.glade: make.conf settings --- ui/makeconf.glade | 481 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++ 1 files changed, 481 insertions(+), 0 deletions(-) diff --git a/ui/makeconf.glade b/ui/makeconf.glade new file mode 100644 index 0000000..7a8e8dc --- /dev/null +++ b/ui/makeconf.glade @@ -0,0 +1,481 @@ + + + + + + 18 + + + 400 + True + 0 + 0 + + + True + 5 + vertical + 10 + + + True + vertical + + + True + The CF= LAGS and CXXFLAGS variables define the optimization flags for the gcc C a= nd C++ compiler respectively. + center + + + 0 + + + + + True + True + automatic + automatic + + + True + 3 + 2 + + + True + True + vertical + + + True + True + + + True + -march=3D + + + False + True + + + + + True + + + True + True + + + + + False + True + + + + + + + + + + True + True + vertical + + + True + True + + + True + -O + + + False + True + + + + + True + 2 + 0 +1 +2 +3 +s + + + True + True + + + + + False + True + + + + + + + + 1 + 2 + + + + + True + True + vertical + + + -pipe + True + True + Fals= e + True + + + False + True + + + + + + + + 2 + 3 + + + + + True + True + + + True + Specifies the name of the target architecture. +“native” will build binaries optimized for this CPU but th= ey won't run on any other CPU. + + + False + True + + + + + + + + 1 + 2 + 5 + + + + + True + True + + + True + Specifies the optimization class. +Every class has the same optimizations as the one before plus some extra= s (-Os has all the optimizations of -O2 which don't increase the size of = the generated code). +Don't set -O3 system-wide, it is known to break builds, resulting in uns= table code. +-O2 is recommended. + + + False + True + + + + + + + + 1 + 2 + 1 + 2 + 5 + + + + + True + True + + + True + Increases the speed at which the compilation runs by using pipes in= stead of temporary files, at the exception of increased memory use. + + + False + True + + + + + + + + 1 + 2 + 2 + 3 + 5 + + + + + + + 1 + + + + + 0 + + + + + True + vertical + + + True + The MA= KEOPTS let you define various options passed to make when compiling. + + + 0 + + + + + True + True + automatic + automatic + + + True + 3 + 2 + + + True + True + vertical + + + True + True + + + True + -j + + + False + True + + + + + True + True + + + True + True + + + + + False + True + + + + + + + + + + True + True + vertical + + + True + True + + + True + -l + + + False + True + + + + + True + True + + + True + True + + + + + False + True + + + + + + + + 1 + 2 + + + + + True + True + vertical + + + -s + True + True + Fals= e + True + + + False + True + + + + + + + + 2 + 3 + + + + + True + True + + + True + Allow this many jobs (e.g. parallel compilations) at once; infinite= jobs with 0. +A good choice is the number of CPUs (or CPU cores) in your system plus o= ne, but this guideline isn't always perfect. + + + False + True + + + + + + + + 1 + 2 + 5 + + + + + True + True + + + True + Don't start multiple jobs unless load is below this much. +Do not set both -j and -l to zero. + + + False + True + + + + + + + + 1 + 2 + 1 + 2 + 5 + + + + + True + True + + + True + Don't echo recipes, resulting in a quieter output (errors will stil= l be printed). + + + False + True + + + + + + + + 1 + 2 + 2 + 3 + 5 + + + + + + + 1 + + + + + 1 + + + + + + + +