summary refs log blame commit diff
path: root/pkgs/development/libraries/boost/gcc-4.2.patch
blob: 6c2210d831de58ce8449c64906ed97acb3f86a68 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                    
Index: trunk/tools/jam/src/build.jam
===================================================================
--- trunk/tools/jam/src/build.jam (revision 40095)
+++ trunk/tools/jam/src/build.jam (revision 41036)
@@ -176,5 +176,5 @@
 ## GCC 2.x, 3.x, 4.x
 toolset gcc gcc : "-o " : -D
-    : -pedantic
+    : -pedantic -fno-strict-aliasing
     [ opt --release : [ opt --symbols : -g : -s ] -O3 ]
     [ opt --debug : -g -O0 -fno-inline ]