From: "alanh (Alan Hourihane)" Date: 2013-01-03T19:51:25+09:00 Subject: [ruby-core:51229] [ruby-trunk - Feature #7652][Open] Add FreeMiNT support to Ruby Issue #7652 has been reported by alanh (Alan Hourihane). ---------------------------------------- Feature #7652: Add FreeMiNT support to Ruby https://bugs.ruby-lang.org/issues/7652 Author: alanh (Alan Hourihane) Status: Open Priority: Normal Assignee: Category: Target version: Just a minor patch to the configure script. --- configure.in.old 2012-12-19 21:53:05.000000000 +0000 +++ configure.in 2012-12-19 21:53:33.000000000 +0000 @@ -2001,7 +2001,7 @@ # mkmf.rb's have_header() to fail if the desired resource happens to be # installed in the /usr/local tree. RUBY_APPEND_OPTION(CCDLFLAGS, -fno-common)], - [human*|bsdi*|beos*|haiku*|cygwin*|mingw*|aix*|interix*], [ ], + [human*|bsdi*|beos*|haiku*|cygwin*|mingw*|aix*|interix*|mint*], [ ], [ RUBY_APPEND_OPTION(CCDLFLAGS, -fPIC)]) else -- http://bugs.ruby-lang.org/