Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/hppa: ChangeLog make.defaults
Date: Tue, 01 Jul 2014 14:50:40
Message-Id: 20140701145036.ADADD2004E@flycatcher.gentoo.org
1 jer 14/07/01 14:50:36
2
3 Modified: ChangeLog make.defaults
4 Log:
5 CXXFLAGS=-O2 should be safe.
6
7 Revision Changes Path
8 1.216 profiles/arch/hppa/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.216&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.216&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?r1=1.215&r2=1.216
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v
17 retrieving revision 1.215
18 retrieving revision 1.216
19 diff -u -r1.215 -r1.216
20 --- ChangeLog 1 Jul 2014 14:13:01 -0000 1.215
21 +++ ChangeLog 1 Jul 2014 14:50:36 -0000 1.216
22 @@ -1,6 +1,9 @@
23 # ChangeLog for Gentoo/hppa profile
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.215 2014/07/01 14:13:01 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.216 2014/07/01 14:50:36 jer Exp $
27 +
28 + 01 Jul 2014; Jeroen Roovers <jer@g.o> make.defaults:
29 + CXXFLAGS=-O2 should be safe.
30
31 01 Jul 2014; Michał Górny <mgorny@g.o> make.defaults:
32 Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid
33
34
35
36 1.13 profiles/arch/hppa/make.defaults
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.13&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.13&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?r1=1.12&r2=1.13
41
42 Index: make.defaults
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v
45 retrieving revision 1.12
46 retrieving revision 1.13
47 diff -u -r1.12 -r1.13
48 --- make.defaults 1 Jul 2014 14:13:01 -0000 1.12
49 +++ make.defaults 1 Jul 2014 14:50:36 -0000 1.13
50 @@ -1,13 +1,13 @@
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.12 2014/07/01 14:13:01 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.13 2014/07/01 14:50:36 jer Exp $
55
56 ARCH="hppa"
57 ACCEPT_KEYWORDS="hppa"
58
59 CHOST="hppa-unknown-linux-gnu"
60 CFLAGS="-O2 -pipe"
61 -CXXFLAGS="-O1 -pipe"
62 +CXXFLAGS="${CFLAGS}"
63
64 FEATURES="sandbox sfperms strict"