aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2
blob: baae6898a06d890b03da4dd3f8c86c72412aa239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libs/context/build/Jamfile.v2.orig	2014-09-22 13:05:35.000000000 +0000
+++ libs/context/build/Jamfile.v2	2014-09-22 13:05:45.000000000 +0000
@@ -66,7 +66,7 @@ feature.set-default abi : [ default_abi 
 
 actions gas
 {
-    as -o "$(<)" "$(>)"
+    ${CC} -c -o "$(<)" "$(>)"
 }
 
 actions armasm