We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6be9fd commit b434b8bCopy full SHA for b434b8b
arch/ppc64el.sh
@@ -20,8 +20,8 @@ CFLAGS_HWCAPS_power10=("${CFLAGS_COMMON_ARCH_BASE[@]}" '-mcpu=power10' '-mtune=p
20
# ABI flags in CPPFLAGS confuses autoconf's compile test routines.
21
# AC_LANG_PROGRAM calls $CC with the following arguments:
22
# $CC $CFLAGS $CPPFLAGS
23
-# When configure.ac tries to add someting to CFLAGS, the resulting
24
-# combination will still be overriden by CPPFLAGS.
+# When configure.ac tries to add something to CFLAGS, the resulting
+# combination will still be overridden by CPPFLAGS.
25
CPPFLAGS_HWCAPS_power9=('-mcpu=power9' '-mtune=power9' '-mvsx')
26
CPPFLAGS_HWCAPS_power10=('-mcpu=power10' '-mtune=power10' '-mvsx' '-mmma')
27
0 commit comments