From owner-cvs-all@FreeBSD.ORG Sat Jul 19 09:11:16 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B42B137B401; Sat, 19 Jul 2003 09:11:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6184543F85; Sat, 19 Jul 2003 09:11:16 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6JGBG0U034955; Sat, 19 Jul 2003 09:11:16 -0700 (PDT) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6JGBGkl034954; Sat, 19 Jul 2003 09:11:16 -0700 (PDT) Message-Id: <200307191611.h6JGBGkl034954@repoman.freebsd.org> From: Akinori MUSHA Date: Sat, 19 Jul 2003 09:11:16 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ruby-devel Makefileports/lang/ruby-devel/files patch-ext+dl+extconf.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 16:11:17 -0000 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)