cvs commit: ports/lang/ruby-devel Makefileports/lang/ruby-devel/files
patch-ext+dl+extconf.rb
Akinori MUSHA
knu at FreeBSD.org
Sat Jul 19 09:11:17 PDT 2003
knu 2003/07/19 09:11:16 PDT
FreeBSD ports repository
Modified files:
lang/ruby-devel Makefile
Added files:
lang/ruby-devel/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.63 +1 -0 ports/lang/ruby-devel/Makefile
1.1 +19 -0 ports/lang/ruby-devel/files/patch-ext+dl+extconf.rb (new)
More information about the cvs-all
mailing list