Hardware: PPC970 needs -m64 to build 64-bit
Fixes mistydemeo/tigerbrew#37.
This commit is contained in:
parent
a662bd4470
commit
2d81c6878f
@ -8,7 +8,8 @@ module MacCPUs
|
||||
:g3 => "-mcpu=750",
|
||||
:g4 => "-mcpu=7400",
|
||||
:g4e => "-mcpu=7450",
|
||||
:g5 => "-mcpu=970"
|
||||
:g5 => "-mcpu=970",
|
||||
:g5_64 => "-mcpu=970 -arch ppc64"
|
||||
}.freeze
|
||||
def optimization_flags
|
||||
OPTIMIZATION_FLAGS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user