mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -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
|
||||
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…
Add table
Reference in a new issue