Changes between Initial Version and Version 1 of Ticket #57196, comment 3


Ignore:
Timestamp:
Sep 30, 2018, 1:57:31 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57196, comment 3

    initial v1  
    1 There is a comment to that effect in the gcc* Portfiles:
     1There is a comment relating to something like that in the gcc* Portfiles:
    22{{{
     3    if {${configure.sdkroot} ne ""} {
    34        # We should be using --with-build-sysroot here.  Using --with-sysroot
    45        # changes the behavior of the installed gcc to look in that sysroot
     
    1112        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79885
    1213        #
     14        # Note that macports toolchains will fail to compile gcc unless
     15        # the DevSDK is installed due to another gcc build system bug:
     16        # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80203
     17        configure.args-append --with-sysroot="${configure.sdkroot}"
     18    }
    1319}}}