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