audio/madronalib: -mcpu=power7 is not necessary anymore on powerpc64
Instead, using -mvsx is enough.
This commit is contained in:
parent
2c778df22a
commit
ed36954636
@ -26,12 +26,6 @@ GH_ACCOUNT= madronalabs
|
||||
|
||||
CMAKE_ON= LINUX_JACK
|
||||
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS
|
||||
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64 && !defined(CPUTYPE)
|
||||
CXXFLAGS+= -mcpu=power7
|
||||
.endif
|
||||
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user