Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756800Ab1CNP4j (ORCPT ); Mon, 14 Mar 2011 11:56:39 -0400 Received: from smtp-out.google.com ([74.125.121.67]:4136 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753500Ab1CNP4i (ORCPT ); Mon, 14 Mar 2011 11:56:38 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=T/ve3AR1I+bP3RVzAOAjy0Iwl6Idc63BVe/Psi5KabPZMlPm32u3bZZ2BcSIGcb3kZ kiTpwRF6+7SsHtq7f/qQ== From: Ian Lance Taylor To: "Jan Beulich" Cc: , "Ingo Molnar" , , "H.J. Lu" , "Thomas Gleixner" , "Andrew Morton" , "Linus Torvalds" , "binutils" , "LKML" , "H. Peter Anvin" Subject: Re: PATCH: Add --size-check=[error|warning] References: <4D7E095802000078000363D5@vpn.id2.novell.com> <4D7E166C0200007800036451@vpn.id2.novell.com> Date: Mon, 14 Mar 2011 08:56:29 -0700 In-Reply-To: <4D7E166C0200007800036451@vpn.id2.novell.com> (Jan Beulich's message of "Mon, 14 Mar 2011 12:21:48 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 17 "Jan Beulich" writes: > No - $(AS) isn't being used to translate .S files, $(CC) is being used > instead. That's why I pointed at the necessary -B option (so that > the compiler would be able to locate the wrapper H.J. suggested). You could also just put a -Wa option in your $(CC). That seems simpler than a -B option. (I don't really care about this issue one way or another.) Ian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/