Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2003 09:09:28 -0700 (PDT)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ruby16-shim-ruby18 Makefile ports/lang/ruby16-shim-ruby18/files         patch-ext+dl+extconf.rb
Message-ID:  <200307191609.h6JG9SEF034796@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2003/07/19 09:09:28 PDT

  FreeBSD ports repository

  Modified files:
    lang/ruby16-shim-ruby18 Makefile 
  Added files:
    lang/ruby16-shim-ruby18/files patch-ext+dl+extconf.rb 
  Log:
  The dl module seems to cause coredump on Pentium4 boxen when compiled
  with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which
  is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump).
  
  Although currently I'm not sure if gcc 3.3's optimization has a bug or
  it is that it just exposed the dl module's hidden bug, disable those
  flags to work around the problem for the moment.
  
  Revision  Changes    Path
  1.12      +2 -1      ports/lang/ruby16-shim-ruby18/Makefile
  1.1       +19 -0     ports/lang/ruby16-shim-ruby18/files/patch-ext+dl+extconf.rb (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307191609.h6JG9SEF034796>