From owner-freebsd-arm@FreeBSD.ORG Thu Sep 12 06:28:55 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2390B2B3 for ; Thu, 12 Sep 2013 06:28:55 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-ve0-x229.google.com (mail-ve0-x229.google.com [IPv6:2607:f8b0:400c:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D769523A6 for ; Thu, 12 Sep 2013 06:28:54 +0000 (UTC) Received: by mail-ve0-f169.google.com with SMTP id db12so6864789veb.0 for ; Wed, 11 Sep 2013 23:28:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7bPZn7ICBEQI93WpgLq/b2lYsQNaA0JmCDrl35GQ8gQ=; b=Bg+p6whKhCUeXaAHkB+KG/2ZIBiABVy2ojDTzX1OPenEVhkeEi7Hk754BN9wgjc8zh l/Tsjx6LpYAvs7kPtgH7GqKVdrzFth52hGbjZq1Py6Y4cxCJ9DL8koMpChN+a4VV0Z7Z SDsiZa54rGsr/sm6meJq9gxQQKmnKU3wcSyeoyrhIE0ByU4r76pM90K9kGfAZvCs6FE2 y1N1+MUIwzdUpvDrGzmcM1bVuf2kES6q4kZRJwlgjQvCnUVVN0AsyitOnYVHpngxMvJT 8LCFUxHu4r6oSxFp3LQewAJDWdHYls1fg92+o6VDp7MFRoAf4L340f/jztDvRCG19HW9 OB4Q== MIME-Version: 1.0 X-Received: by 10.52.120.78 with SMTP id la14mr4368482vdb.9.1378967333741; Wed, 11 Sep 2013 23:28:53 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.115.206 with HTTP; Wed, 11 Sep 2013 23:28:53 -0700 (PDT) In-Reply-To: <20130911002320.0f05b836@bender.Home> References: <522C592C.5010800@m5p.com> <20130909231720.5b2c4823@bender.Home> <20130911002320.0f05b836@bender.Home> Date: Thu, 12 Sep 2013 08:28:53 +0200 X-Google-Sender-Auth: i_4dX2JTV-jfypDtqhwz2BKO7is Message-ID: Subject: Re: Failure compiling glib20 on ARM From: Ed Schouten To: Andrew Turner Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" , George Mitchell X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 06:28:55 -0000 2013/9/11 Andrew Turner : > It looks like clang handles these gcc builtins by generating the > appropriate code without calling an external function. The version of > gcc we have in the tree will generate a call. Only on armv6. On armv5 it should call the external functions. -- Ed Schouten