From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.1 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Jonathan del Strother Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Re: Compilation on Solaris/SmartOS Date: Thu, 29 Aug 2013 10:58:47 +0100 Message-ID: References: <20130827194052.GA22109@dcvr.yhbt.net> <20130828101356.GA3888@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1377770355 9715 80.91.229.3 (29 Aug 2013 09:59:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 09:59:15 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Thu Aug 29 11:59:19 2013 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:118 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VEz0Z-00009O-BY for gclrrg-raindrops@m.gmane.org; Thu, 29 Aug 2013 11:59:19 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 5902975079 for ; Thu, 29 Aug 2013 10:07:49 +0000 (UTC) Content-Transfer-Encoding: 7bit X-Content-Filtered-By: PublicInbox::Filter 0.0.1 > > Ah, 2.0.0 adds -march=i486 in this way. How about the following patch? > I just pushed it up to git://bogomips.org/raindrops.git Works great, thanks. > On a side note, I'm kind of curious about the reasoning for staying with > 32-bit, though. There's a lot more registers on x86_64 > It builds 32 bit by default, which I assumed was for a good reason. We're due to upgrade to Ruby 2 soon, I'll make sure we try out the 64 bit build.