blob: 862f493e7609fab49ff61989bfae758841a8d2a7 (
plain)
1 diff -Nru ruby-1.8.7-p71.orig/configure ruby-1.8.7-p71/configure
2 --- ruby-1.8.7-p71.orig/configure 2008-08-08 08:26:41.000000000 +0200
3 +++ ruby-1.8.7-p71/configure 2008-08-08 08:26:57.000000000 +0200
4 @@ -17676,7 +17676,7 @@
5 _ACEOF
6
7 else
8 - arch="${target_cpu}-${target_os}"
9 + arch="${target_os}"
10 cat >>confdefs.h <<_ACEOF
11 #define RUBY_PLATFORM "${arch}"
12 _ACEOF
|