mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +02:00
dev-libs/nettle: Sync with Gentoo
It's from Gentoo commit c627cc231796bf88ce7ef664986863d32de4a5a4.
This commit is contained in:
parent
d39396502c
commit
1f5c3b5fad
@ -89,7 +89,7 @@ multilib_src_configure() {
|
||||
)
|
||||
|
||||
# https://git.lysator.liu.se/nettle/nettle/-/issues/7
|
||||
if use cpu_flags_ppc_altivec && ! tc-cpp-is-true "defined(__VSX__) && __VSX__ == 1" "${CPPFLAGS}" "${CFLAGS}" ; then
|
||||
if use cpu_flags_ppc_altivec && ! tc-cpp-is-true "defined(__VSX__) && __VSX__ == 1" ${CPPFLAGS} ${CFLAGS} ; then
|
||||
ewarn "cpu_flags_ppc_altivec is enabled, but nettle's asm requires >=P7."
|
||||
ewarn "Disabling, sorry! See bug #920234."
|
||||
myeconfargs+=( --disable-power-altivec )
|
||||
|
@ -84,7 +84,7 @@ multilib_src_configure() {
|
||||
)
|
||||
|
||||
# https://git.lysator.liu.se/nettle/nettle/-/issues/7
|
||||
if use cpu_flags_ppc_altivec && ! tc-cpp-is-true "defined(__VSX__) && __VSX__ == 1" "${CPPFLAGS}" "${CFLAGS}" ; then
|
||||
if use cpu_flags_ppc_altivec && ! tc-cpp-is-true "defined(__VSX__) && __VSX__ == 1" ${CPPFLAGS} ${CFLAGS} ; then
|
||||
ewarn "cpu_flags_ppc_altivec is enabled, but nettle's asm requires >=P7."
|
||||
ewarn "Disabling, sorry! See bug #920234."
|
||||
myeconfargs+=( --disable-power-altivec )
|
||||
|
Loading…
x
Reference in New Issue
Block a user