From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 02/34] xen: clang: Disable built-in assembler Date: Wed, 26 Mar 2014 11:53:52 +0000 Message-ID: <5332CDE00200007800002490@nat28.tlf.novell.com> References: <1395766541-23979-1-git-send-email-julien.grall@linaro.org> <1395766541-23979-3-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WSmP6-0004a2-OP for xen-devel@lists.xenproject.org; Wed, 26 Mar 2014 11:53:56 +0000 In-Reply-To: <1395766541-23979-3-git-send-email-julien.grall@linaro.org> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: xen-devel@lists.xenproject.org, Keir Fraser , stefano.stabellini@citrix.com, ian.campbell@citrix.com, tim@xen.org List-Id: xen-devel@lists.xenproject.org >>> On 25.03.14 at 17:55, wrote: > --- a/xen/Rules.mk > +++ b/xen/Rules.mk > @@ -74,6 +74,7 @@ AFLAGS-y += -D__ASSEMBLY__ -include > $(BASEDIR)/include/xen/config > > # Clang's built-in assembler can't handle .code16/.code32/.code64 yet > AFLAGS-$(clang) += -no-integrated-as > +CFLAGS-$(clang) += -no-integrated-as Iirc Tim had found and worked around other built-in assembler issues in the past, so if this is to be done unconditionally I wonder whether we shouldn't then drop those workarounds. Jan