Set flags on powerpc64le the same as on powerpc64.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
c6512b0ffb
commit
5e0c88b744
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550346
@ -32,8 +32,9 @@ PLIST_SUB+= SOVERSION=${SOVERSION} \
|
||||
OPTIONS_DEFINE= DEBUG DOCS FULL_DEBUG TOOLS
|
||||
OPTIONS_DEFINE_amd64= SIMD
|
||||
OPTIONS_DEFINE_i386= SIMD
|
||||
OPTIONS_DEFINE_powerpc= SIMD
|
||||
OPTIONS_DEFINE_powerpc= SIMD
|
||||
OPTIONS_DEFINE_powerpc64= SIMD
|
||||
OPTIONS_DEFINE_powerpc64le= SIMD
|
||||
OPTIONS_DEFAULT= TOOLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -64,7 +65,7 @@ CXXFLAGS+= -DCRYPTOPP_DISABLE_SSSE3
|
||||
. if !${MACHINE_CPU:Msse41}
|
||||
CXXFLAGS+= -DCRYPTOPP_DISABLE_SSE4
|
||||
. endif
|
||||
. elif ${ARCH} == powerpc || ${ARCH} == powerpc64
|
||||
. elif ${ARCH} == powerpc || ${ARCH:Mpowerpc64*}
|
||||
CXXFLAGS+= -DCRYPTOPP_ALTIVEC_AVAILABLE -maltivec -mcrypto -mvsx
|
||||
. endif
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user