Project

General

Profile

Actions

Feature #7652

closed

Add FreeMiNT support to Ruby

Added by alanh (Alan Hourihane) about 11 years ago. Updated about 6 years ago.

Status:
Feedback
Target version:
-
[ruby-core:51229]

Description

=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

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

  • Description updated (diff)

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

Is -fPIC added to CCDLFLAGS, while it isn't supported?
If so, it means RUBY_APPEND_OPTION isn't working properly.
Could you show the corresponding part of config.log file?

Updated by ko1 (Koichi Sasada) about 11 years ago

  • Category set to build
  • Status changed from Open to Feedback
  • Target version set to 2.0.0

Updated by ko1 (Koichi Sasada) about 11 years ago

  • Assignee set to nobu (Nobuyoshi Nakada)
  • Target version changed from 2.0.0 to 2.6

No feedback. It should be next minor (if there is a feedback).

Actions #5

Updated by naruse (Yui NARUSE) about 6 years ago

  • Target version deleted (2.6)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0