diff options
Diffstat (limited to 'lang/erlang/files/patch-erts_configure')
-rw-r--r-- | lang/erlang/files/patch-erts_configure | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/erlang/files/patch-erts_configure b/lang/erlang/files/patch-erts_configure index 1b67a5a50324..6d776f45c1e0 100644 --- a/lang/erlang/files/patch-erts_configure +++ b/lang/erlang/files/patch-erts_configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- erts/configure.orig -+++ erts/configure -@@ -1283,6 +1283,7 @@ +--- erts/configure.orig Tue May 16 19:39:04 2006 ++++ erts/configure Thu May 18 15:40:47 2006 +@@ -1319,6 +1319,7 @@ i586) ARCH=x86;; i686) ARCH=x86;; x86_64) ARCH=amd64;; @@ -11,10 +8,10 @@ $FreeBSD$ ppc) ARCH=ppc;; ppc64) ARCH=ppc64;; "Power Macintosh") ARCH=ppc;; -@@ -5804,7 +5805,9 @@ +@@ -6799,7 +6800,9 @@ echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6 - echo "configure:5807: checking for unreliable floating point execptions" >&5 + echo "configure:6802: checking for unreliable floating point execptions" >&5 -if test "$cross_compiling" = yes; then +if test "${ARCH}" = amd64; then + erl_ok=reliable |