From f60784c62517983f1b065742a03e04533cdfbe1e Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 29 Jan 2019 04:01:11 +0000 Subject: [PATCH] corrected PLATFORM.md to PLATFORMS.md to match reality --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index fde843e2ee..44c85a5e24 100755 --- a/configure +++ b/configure @@ -13587,7 +13587,7 @@ if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else - as_fn_error $? "no, try adding -march=native or -march=armv7-a to CFLAGS (see PLATFORM.md for more information)" "$LINENO" 5 + as_fn_error $? "no, try adding -march=native or -march=armv7-a to CFLAGS (see PLATFORMS.md for more information)" "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; #( *) : diff --git a/configure.ac b/configure.ac index 42add3a29b..80b505857b 100644 --- a/configure.ac +++ b/configure.ac @@ -414,7 +414,7 @@ AS_CASE([$host], [[__asm__ __volatile__ ("yield")]] )], [AC_MSG_RESULT([yes])], - [AC_MSG_ERROR([no, try adding -march=native or -march=armv7-a to CFLAGS (see PLATFORM.md for more information)])])]) + [AC_MSG_ERROR([no, try adding -march=native or -march=armv7-a to CFLAGS (see PLATFORMS.md for more information)])])]) AC_CHECK_FUNCS([sysctlbyname])