diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-29 07:18:15 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-29 07:18:15 +0000 |
| commit | f2c73b8b8b1971b73e50d72286038e5ad204cd37 (patch) | |
| tree | e59c54a68db421f5fbf12bf5f27014efc9558190 /ext/dl/test/test_base.rb | |
| parent | 95b7674a0cc66edcc8bdf47ee9eb0fa1015fcadd (diff) | |
merges r21110, r21111 and r21140 from trunk into ruby_1_9_1.
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/test/test_base.rb')
| -rw-r--r-- | ext/dl/test/test_base.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/dl/test/test_base.rb b/ext/dl/test/test_base.rb index 8466812a1..0e14c8dca 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" |
