]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- disable workaround which disallows to build ruby
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Jul 2004 14:22:38 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-ia64.patch -> 1.1

ruby-ia64.patch [new file with mode: 0644]

diff --git a/ruby-ia64.patch b/ruby-ia64.patch
new file mode 100644 (file)
index 0000000..aa16edf
--- /dev/null
@@ -0,0 +1,11 @@
+--- ruby-1.8.1/gc.c.orig       2003-12-22 09:25:49.000000000 +0000
++++ ruby-1.8.1/gc.c    2004-07-25 14:08:21.551121959 +0000
+@@ -1431,7 +1431,7 @@
+           STACK_LEVEL_MAX = (rlim.rlim_cur - space) / sizeof(VALUE);
+       }
+     }
+-#ifdef __ia64__
++#if 0 && defined(__ia64__)
+     /* ruby crashes on IA64 if compiled with optimizer on */
+     /* when if STACK_LEVEL_MAX is greater than this magic number */
+     /* I know this is a kludge.  I suspect optimizer bug */
This page took 0.048115 seconds and 4 git commands to generate.