blob: 8de98014dbdc8e84d9dde12bf3f0a7b979561976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Avoid adding all kinds of things to the toolchain's flags that within
Gentoo (Prefix) we really shouldn't, such as sysroot, deployment target,
arch, etc.
--- a/tools/darwin.jam
+++ b/tools/darwin.jam
@@ -240,6 +240,9 @@
}
}
+ # leave compiler flags etc. up to the toolchain
+ return $(version-feature) ;
+
if $(version-feature)
{
if $(.debug-configuration)
|