]> git.pld-linux.org Git - packages/ruby.git/blob - ruby-ia64.patch
- disable workaround which disallows to build ruby
[packages/ruby.git] / ruby-ia64.patch
1 --- ruby-1.8.1/gc.c.orig        2003-12-22 09:25:49.000000000 +0000
2 +++ ruby-1.8.1/gc.c     2004-07-25 14:08:21.551121959 +0000
3 @@ -1431,7 +1431,7 @@
4             STACK_LEVEL_MAX = (rlim.rlim_cur - space) / sizeof(VALUE);
5         }
6      }
7 -#ifdef __ia64__
8 +#if 0 && defined(__ia64__)
9      /* ruby crashes on IA64 if compiled with optimizer on */
10      /* when if STACK_LEVEL_MAX is greater than this magic number */
11      /* I know this is a kludge.  I suspect optimizer bug */
This page took 0.048838 seconds and 3 git commands to generate.