FreeBSD Bugzilla – Attachment #147654: ${CC} is preferred in ports to cc for
bug #193836
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 193836
| Differences between
Patch to use the compiler to build the asm files
and this patch
Collapse All
|
Expand All
(-)
libs/context/build/Jamfile.v2 (-1 / +1 lines)
Lines 66-72 feature.set-default abi : [ default_abi
Link Here
66
66
67
actions gas
67
actions gas
68
{
68
{
69
as -o "$(<)" "$(>)"
69
${CC} -c -o "$(<)" "$(>)"
70
}
70
}
71
71
72
actions armasm
72
actions armasm
Return to
bug 193836