Revert "Merge pull request #89726 from doronbehar/ruby-gcc-ref"

This reverts commit 6590c33850, reversing
changes made to d659f968ba.
This commit is contained in:
Matthew Bauer 2020-06-11 12:05:14 -05:00
parent a5a52e8c73
commit 0daaed8730
2 changed files with 0 additions and 7 deletions

View File

@ -37,7 +37,6 @@ let
, fetchurl, fetchpatch, fetchFromSavannah, fetchFromGitHub
, useRailsExpress ? true
, rubygemsSupport ? true
, JitSupport ? true
, zlib, zlibSupport ? true
, openssl, opensslSupport ? true
, gdbm, gdbmSupport ? true
@ -119,7 +118,6 @@ let
configureFlags = ["--enable-shared" "--enable-pthread" "--with-soname=ruby_${tag}"]
++ op useRailsExpress "--with-baseruby=${baseruby}/bin/ruby"
++ op (!JitSupport) "--disable-jit-support"
++ op (!docSupport) "--disable-install-doc"
++ ops stdenv.isDarwin [
# on darwin, we have /usr/include/tk.h -- so the configure script detects
@ -157,9 +155,6 @@ let
${removeReferencesTo}/bin/remove-references-to \
-t ${stdenv.cc} \
$out/lib/libruby*
${removeReferencesTo}/bin/remove-references-to \
-t ${stdenv.cc} \
$out/${passthru.libPath}/${stdenv.targetPlatform.system}/rbconfig.rb
''
}
# Bundler tries to create this directory

View File

@ -9788,8 +9788,6 @@ in
rubyMinimal = ruby.override {
# gem support is minimal overhead
rubygemsSupport = true;
removeReferenceToCC = true;
JitSupport = false;
useRailsExpress = false;
zlibSupport = false;
opensslSupport = false;