From: "ko1 (Koichi Sasada)" Date: 2013-02-17T13:51:02+09:00 Subject: [ruby-core:52317] [ruby-trunk - Feature #7652] Add FreeMiNT support to Ruby Issue #7652 has been updated by ko1 (Koichi Sasada). Assignee set to nobu (Nobuyoshi Nakada) Target version changed from 2.0.0 to next minor No feedback. It should be next minor (if there is a feedback). ---------------------------------------- Feature #7652: Add FreeMiNT support to Ruby https://bugs.ruby-lang.org/issues/7652#change-36360 Author: alanh (Alan Hourihane) Status: Feedback Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: build Target version: next minor =begin Just a minor patch to the configure script. diff -u configure.in.old configure.in --- 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 =end -- http://bugs.ruby-lang.org/