summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-erts_configure
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2006-09-07 12:00:50 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2006-09-07 12:00:50 +0000
commit349535f180fbfb86534f098b6315977ebb3bf75b (patch)
treef2c2bd02e2432a156cf9483c922deff3962e299b /lang/erlang14/files/patch-erts_configure
parent- update to newest version 1.9; (diff)
Upgrade to version R11B-1.
Notes
Notes: svn path=/head/; revision=172471
Diffstat (limited to 'lang/erlang14/files/patch-erts_configure')
-rw-r--r--lang/erlang14/files/patch-erts_configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure
deleted file mode 100644
index 6d776f45c1e0..000000000000
--- a/lang/erlang14/files/patch-erts_configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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;;
-+amd64) ARCH=amd64;;
- ppc) ARCH=ppc;;
- ppc64) ARCH=ppc64;;
- "Power Macintosh") ARCH=ppc;;
-@@ -6799,7 +6800,9 @@
-
- echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6
- echo "configure:6802: checking for unreliable floating point execptions" >&5
--if test "$cross_compiling" = yes; then
-+if test "${ARCH}" = amd64; then
-+ erl_ok=reliable
-+elif test "$cross_compiling" = yes; then
- erl_ok=unreliable
- else
- cat > conftest.$ac_ext <<EOF