From debe8d013d6db8cb1152c6961f27994786802ca0 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Sun, 17 Jan 2021 11:45:23 +0100 Subject: [PATCH] Use $targetos instead of a second call to uname --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0beb2a41..b71e1d2d 100755 --- a/configure +++ b/configure @@ -361,7 +361,7 @@ if test -z "$cross_prefix" ; then confvars="$confvars arm_eabihf arm_vfp" elif test "${triplet%eabi}" != "$triplet" ; then confvars="$confvars arm_eabi" - elif test "`uname`" = "NetBSD"; then + elif test "$targetos" = "NetBSD"; then confvars="$confvars arm_eabihf arm_vfp" fi if grep -s -q "^Features.* \(vfp\|iwmmxt\) " /proc/cpuinfo ; then