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 1QvM8P-0006qO-2n for garchives@archives.gentoo.org; Mon, 22 Aug 2011 04:29:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A6321C089; Mon, 22 Aug 2011 04:29:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C51BE21C089 for ; Mon, 22 Aug 2011 04:29:00 +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 022AC1B4012 for ; Mon, 22 Aug 2011 04:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 56D1080044 for ; Mon, 22 Aug 2011 04:28:59 +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: Subject: [gentoo-commits] proj/anaconda:master commit in: /, ui/, iw/ X-VCS-Repository: proj/anaconda X-VCS-Files: anaconda iw/makeconf_gui.py ui/makeconf.glade X-VCS-Directories: / ui/ iw/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: d5776dc4b0ab883eaac9441d69c75287de6c8773 Date: Mon, 22 Aug 2011 04:28:59 +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: 8ed0b1b6ea4158cc08518f085a6bb99b commit: d5776dc4b0ab883eaac9441d69c75287de6c8773 Author: wiktor w brodlo brodlo net> AuthorDate: Mon Aug 22 04:20:10 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Mon Aug 22 04:20:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda.git;= a=3Dcommit;h=3Dd5776dc4 Add -fomit-frame-pointer to list of CFLAGS --- anaconda | 1 + iw/makeconf_gui.py | 2 + ui/makeconf.glade | 78 ++++++++++++++++++++++++++++++++++++++++++----= ----- 3 files changed, 67 insertions(+), 14 deletions(-) diff --git a/anaconda b/anaconda index 15a149a..323cf59 100755 --- a/anaconda +++ b/anaconda @@ -472,6 +472,7 @@ class Anaconda(object): self.displayMode =3D None self.extraModules =3D [] self.firewall =3D firewall.Firewall() + self.fomit =3D False self.genkernel =3D True self.id =3D None self._instClass =3D None diff --git a/iw/makeconf_gui.py b/iw/makeconf_gui.py index 87041e9..ec8eaf6 100644 --- a/iw/makeconf_gui.py +++ b/iw/makeconf_gui.py @@ -49,6 +49,7 @@ class MakeconfWindow(InstallWindow): self.anaconda.makeconf_march =3D self.march.get_active_text() self.anaconda.makeconf_opt =3D self.opt.get_active_text() self.anaconda.makeconf_pipe =3D self.pipe.get_property("active") + self.anaconda.makeconf_fomit =3D self.fomit.get_property("active") self.anaconda.makeconf_jobs =3D self.jobs.get_value_as_int() self.anaconda.makeconf_load =3D self.load.get_value_as_int() self.anaconda.makeconf_silent =3D self.silent.get_property("active") @@ -84,6 +85,7 @@ class MakeconfWindow(InstallWindow): self.march =3D self.xml.get_widget("march") self.opt =3D self.xml.get_widget("opt") self.pipe =3D self.xml.get_widget("pipe") + self.fomit =3D self.xml.get_widget("fomit") self.jobs =3D self.xml.get_widget("jobs") self.load =3D self.xml.get_widget("load") self.silent =3D self.xml.get_widget("silent") diff --git a/ui/makeconf.glade b/ui/makeconf.glade index b432f3c..a4bf718 100644 --- a/ui/makeconf.glade +++ b/ui/makeconf.glade @@ -45,7 +45,7 @@ True False - 3 + 4 2 @@ -257,6 +257,20 @@ s 2 2 + + -pipe + True + True + Fals= e + False + True + + + 1 + 2 + + + @@ -265,9 +279,21 @@ s + + + 2 + 3 + + + + + True + False + 2 + 2 - - -pipe + + -fomit-frame-pointer True True Fals= e @@ -279,10 +305,34 @@ s 2 + + + + + + + + + - 2 - 3 + 3 + 4 + + + + + True + False + 0 + 0 + Omits frame pointers, resulting in a slight speedup but can have seriou= s repercussions on debugging. + + + 1 + 2 + 3 + 4 @@ -551,15 +601,6 @@ Do not set both -j and -l to zero. 2 2 - - - - - - - - - -s True @@ -573,6 +614,15 @@ Do not set both -j and -l to zero. 2 + + + + + + + + + 2