Revert "boost: compiles with gcc-4.2": it is not needed in trunk
This reverts commit 10327. svn path=/nixpkgs/trunk/; revision=10368
This commit is contained in:
parent
a76f4ff7e2
commit
40383877a9
@ -10,6 +10,5 @@ stdenv.mkDerivation {
|
|||||||
preConfigure="
|
preConfigure="
|
||||||
sed -e 's@^BJAM_CONFIG=\"\"@BJAM_CONFIG=\"--layout=system release threading=multi link=shared\"@g' -i configure
|
sed -e 's@^BJAM_CONFIG=\"\"@BJAM_CONFIG=\"--layout=system release threading=multi link=shared\"@g' -i configure
|
||||||
";
|
";
|
||||||
patches = [./gcc-4.2.patch];
|
|
||||||
configureFlags="--with-icu=${icu}";
|
configureFlags="--with-icu=${icu}";
|
||||||
}
|
}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
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 ]
|
|
Loading…
x
Reference in New Issue
Block a user