Changes between Initial Version and Version 1 of Ticket #58179, comment 8
- Timestamp:
- Mar 7, 2019, 3:53:10 PM (6 years ago)
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.1 Yes 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.