Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.3/gentoo: 00_all_gcc-4.1-alpha-mieee-default.patch
Date: Sat, 30 May 2015 16:56:08
Message-Id: 20150530165521.33050A34@oystercatcher.gentoo.org
1 vapier 15/05/30 16:55:21
2
3 Modified: 00_all_gcc-4.1-alpha-mieee-default.patch
4 Log:
5 document upstream status
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.4.3/gentoo/00_all_gcc-4.1-alpha-mieee-default.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.3/gentoo/00_all_gcc-4.1-alpha-mieee-default.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.3/gentoo/00_all_gcc-4.1-alpha-mieee-default.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.3/gentoo/00_all_gcc-4.1-alpha-mieee-default.patch?r1=1.1&r2=1.2
13
14 Index: 00_all_gcc-4.1-alpha-mieee-default.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.4.3/gentoo/00_all_gcc-4.1-alpha-mieee-default.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 00_all_gcc-4.1-alpha-mieee-default.patch 8 Feb 2010 12:57:27 -0000 1.1
21 +++ 00_all_gcc-4.1-alpha-mieee-default.patch 30 May 2015 16:55:21 -0000 1.2
22 @@ -1,12 +1,19 @@
23 Set the default behavior on alpha to use -mieee since the large majority of
24 time we want this (bad/weird things can happen with packages built without
25 --mieee).
26 +it).
27
28 To satisfy those people who may not want -mieee forced on them all the time,
29 we also provide -mno-ieee.
30
31 Patch by Mike Frysinger <vapier@g.o>
32
33 +Note: upstream doesn't want to take this due to long standing behavior, and
34 +because it'd make behavior across OS's inconsistent:
35 + https://gcc.gnu.org/ml/gcc-patches/2003-07/msg02144.html
36 +
37 +This makes sense for upstream, but Gentoo is more concerned about packages
38 +behaving the same across arches under Linux.
39 +
40 --- gcc-4.3.0/gcc/config/alpha/alpha.h
41 +++ gcc-4.3.0/gcc/config/alpha/alpha.h
42 @@ -95,6 +95,8 @@