summaryrefslogtreecommitdiff
path: root/ext/dl/test/test_base.rb
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 08:10:20 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 08:10:20 +0000
commit0781d24aaa41d87802592f325ccf8ccfe9bad04b (patch)
tree1ddb08f9ef5ed84ba567e7220ccb5dd282ff786e /ext/dl/test/test_base.rb
parent04b672f34b2ff39b90123045ccf3f67b811ff170 (diff)
Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types. Bug #633 [ruby-core:19289] * ext/dl/test/test_base.rb: /lib/libc.so is x86_64 binary in x86_64 architecture. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/test/test_base.rb')
-rw-r--r--ext/dl/test/test_base.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/dl/test/test_base.rb b/ext/dl/test/test_base.rb
index 8466812a1e..0e14c8dcae 100644
--- a/ext/dl/test/test_base.rb
+++ b/ext/dl/test/test_base.rb
@@ -5,9 +5,6 @@ case RUBY_PLATFORM
when /cygwin/
LIBC_SO = "cygwin1.dll"
LIBM_SO = "cygwin1.dll"
-when /x86_64-linux/
- LIBC_SO = "/lib64/libc.so.6"
- LIBM_SO = "/lib64/libm.so.6"
when /linux/
LIBC_SO = "/lib/libc.so.6"
LIBM_SO = "/lib/libm.so.6"