mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 06:45:30 -04:00
24 lines
685 B
Plaintext
24 lines
685 B
Plaintext
$NetBSD: patch-aa,v 1.11 2010/12/16 03:42:09 asau Exp $
|
|
|
|
--- configure.orig 2010-12-13 03:45:32.000000000 +0300
|
|
+++ configure 2010-12-16 06:00:33.000000000 +0300
|
|
@@ -5017,6 +5017,9 @@
|
|
;;
|
|
alpha*)
|
|
CFLAGS="$CFLAGS -mieee" ;;
|
|
+ arm*-*-netbsd*)
|
|
+ # Don't define DOUBLE_ARMENDIAN on netbsd.
|
|
+ ;;
|
|
arm*)
|
|
# ARM processor may use a special mixed endian for doubles. It can
|
|
# be switched by processor configuration. So we check it at runtime.
|
|
@@ -6161,7 +6164,7 @@
|
|
|
|
fi
|
|
|
|
-for ac_func in isnan isinf trunc rint
|
|
+for ac_func in isnan isinf trunc
|
|
do :
|
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|