From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D2F913877A for ; Tue, 1 Jul 2014 14:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FFEAE0992; Tue, 1 Jul 2014 14:50:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF09E0992 for ; Tue, 1 Jul 2014 14:50:38 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E615934036E for ; Tue, 1 Jul 2014 14:50:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id ADADD2004E; Tue, 1 Jul 2014 14:50:36 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/hppa: ChangeLog make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog make.defaults X-VCS-Directories: profiles/arch/hppa X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140701145036.ADADD2004E@flycatcher.gentoo.org> Date: Tue, 1 Jul 2014 14:50:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dec921fd-a5f4-48dc-9096-505f19888b90 X-Archives-Hash: 23fcb3a2226ffd879c92bac6e19a95fa jer 14/07/01 14:50:36 Modified: ChangeLog make.defaults Log: CXXFLAGS=-O2 should be safe. Revision Changes Path 1.216 profiles/arch/hppa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.216&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.216&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?r1=1.215&r2=1.216 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- ChangeLog 1 Jul 2014 14:13:01 -0000 1.215 +++ ChangeLog 1 Jul 2014 14:50:36 -0000 1.216 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.215 2014/07/01 14:13:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.216 2014/07/01 14:50:36 jer Exp $ + + 01 Jul 2014; Jeroen Roovers make.defaults: + CXXFLAGS=-O2 should be safe. 01 Jul 2014; Michał Górny make.defaults: Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid 1.13 profiles/arch/hppa/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?r1=1.12&r2=1.13 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- make.defaults 1 Jul 2014 14:13:01 -0000 1.12 +++ make.defaults 1 Jul 2014 14:50:36 -0000 1.13 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.12 2014/07/01 14:13:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.13 2014/07/01 14:50:36 jer Exp $ ARCH="hppa" ACCEPT_KEYWORDS="hppa" CHOST="hppa-unknown-linux-gnu" CFLAGS="-O2 -pipe" -CXXFLAGS="-O1 -pipe" +CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms strict"