mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
audio/madronalib: -mcpu=power7 is not necessary anymore on powerpc64
Instead, using -mvsx is enough.
This commit is contained in:
parent
2c778df22a
commit
ed36954636
1 changed files with 1 additions and 7 deletions
|
@ -26,12 +26,6 @@ GH_ACCOUNT= madronalabs
|
||||||
|
|
||||||
CMAKE_ON= LINUX_JACK
|
CMAKE_ON= LINUX_JACK
|
||||||
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS
|
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS
|
||||||
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS
|
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64 && !defined(CPUTYPE)
|
|
||||||
CXXFLAGS+= -mcpu=power7
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue