Changes between Initial Version and Version 1 of Ticket #55857, comment 10


Ignore:
Timestamp:
Feb 24, 2018, 9:39:12 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55857, comment 10

    initial v1  
    11I am new to boost, but it looks to me like the `-arch` flags for darwin are added in the subroutine `setup-address-model` in this file:
    2 
    3 <https://github.com/boostorg/build/blob/0d0c656c1164efbfe8568a09353f374839c26ac4/src/tools/darwin.jam>
     2[https://github.com/boostorg/build/blob/0d0c656c1164efbfe8568a09353f374839c26ac4/src/tools/darwin.jam src/tools/darwin.jam]
    43
    54I note there are rules that call this subroutine for compiling *.m and *.mm files in that darwin.jam file, and rules that call this subroutine for linking, but I don't see any rules for calling it when compiling *.c and *.cpp files.