public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Search Repo:
fixed Rakefile for -lrt on linux and removed nicer.rb reference
dgtized (author)
Mon Apr 21 15:55:03 -0700 2008
commit  ed625be5763f303cfdc195e9fd62859880e6a92b
tree    397c9300063efe6dabf07a4481517671b07bfe71
parent  9eb4748364b82a8784ebfc0479ea44558d32df56
...
27
28
29
30
 
31
32
33
...
104
105
106
107
 
108
109
110
...
27
28
29
 
30
31
32
33
...
104
105
106
 
107
108
109
110
0
@@ -27,7 +27,7 @@
0
     Dir.mkdir od unless File.directory? od
0
 
0
     puts "CC #{input}"
0
- x "#{compiler(input)} #{includes} #{flags} -c -o #{output} #{input} 2>&1 | ruby nicer.rb"
0
+ x "#{compiler(input)} #{includes} #{flags} -c -o #{output} #{input} 2>&1"
0
   end
0
 
0
   def compiler(file)
0
@@ -104,7 +104,7 @@
0
   ../external_libs/libev/.libs/libev.a
0
   -ldl!
0
 
0
-ex_libs << "-rt" if RUBY_PLATFORM =~ /linux/
0
+ex_libs << "-lrt" if RUBY_PLATFORM =~ /linux/
0
 
0
 ex_inc = %w!
0
   ../external_libs/libtommath

Comments

    No one has commented yet.