Changes between Initial Version and Version 1 of Ticket #58179, comment 8


Ignore:
Timestamp:
Mar 7, 2019, 3:53:10 PM (5 years ago)
Author:
michaelld (Michael Dickens)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58179, comment 8

    initial v1  
    1 Yes it looks like CPU detection isn't working for PPC. If I tweak the Portfile in the pre-build to do `puts "TARGET = PPCG4"`, along with the __POWERPC__ patch & specifying the configure.compiler, then it seems to be building successfully. Not ideal, but viable until better fixes come along.
     1Yes it looks like CPU detection isn't working for PPC. If I tweak the Portfile in the `pre-build` to do `puts $makeINC "TARGET = PPCG4"`, along with the `__POWERPC__` patch & specifying the `configure.compiler`, then it seems to be building successfully. Not ideal, but viable until better fixes come along.