From 76bc2d1ed7f13fb329c33f48756ea3c24c59a6ea Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 17 May 2012 02:48:59 +0000 Subject: Imports Ruby's port to NativeClient (a.k.a NaCl). Patch by Google Inc. [ruby-core:45073]. * configure.in (RUBY_NACL): New M4 func to configure variables for NaCl. (RUBY_NACL_CHECK_PEPPER_TYPES): New M4 func to check the old names of Pepper interface types. (BTESTRUBY): New variable to specify which ruby should be run on "make btest". NaCl can run the built binary by sel_ldr, but it need rbconfig.rb. So this variable is distinguished from $MINIRUBY. * thread_pthread.c: Disabled some features on NaCl. * io.c: ditto. * process.c: ditto. * signal.c: ditto. * file.c: ditto. * missing/flock.c: ditto. * nacl/pepper_main.c: An example implementation of Pepper application that embeds Ruby. * nacl/example.html: An example of web page that uses the Pepper application. * nacl/nacl-config.rb: Detects variants of NaCl SDK. * nacl/GNUmakefile.in: Makefile template for NaCl specific build process. * nacl/package.rb: script for packaging a NaCl-Ruby embedding application. * nacl/reate_nmf.rb: Wrapper script of create_nmf.py * dln.c (dln_load): Added a hack to call on NaCl. * util.c (ruby_getcwd): Path to the current directort is not available on NaCl. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup.nacl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ext/Setup.nacl (limited to 'ext/Setup.nacl') diff --git a/ext/Setup.nacl b/ext/Setup.nacl new file mode 100644 index 0000000000..3e252fd765 --- /dev/null +++ b/ext/Setup.nacl @@ -0,0 +1,50 @@ +# #option nodynamic +# +# #Win32API +# bigdecimal +# continuation +# coverage +# #curses +# date +# #dbm +# digest/bubblebabble +# digest +# digest/md5 +# digest/rmd160 +# digest/sha1 +# digest/sha2 +# dl +# dl/callback +# #dl/win32 +# etc +# fcntl +# fiber +# #fiddle +# #gdbm +# #iconv +# io/console +# io/nonblock +# io/wait +# #json +# json/generator +# json/parser +# mathn/complex +# mathn/rational +# nkf +# objspace +# #openssl +# pathname +# #psych +# #pty +# racc/cparse +# #readline +# ripper +# #sdbm +# #socket +# stringio +# strscan +# syck +# #syslog +# #tk +# #tk/tkutil +# #zlib -- cgit v1.2.3