From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kacur Subject: Re: [PATCH 1/6] Add CROSS_COMPILE-switch to CC and AR Date: Mon, 21 Sep 2015 21:41:53 +0200 (CEST) Message-ID: References: <1442849248-573-1-git-send-email-haustad@cisco.com> <1442849248-573-2-git-send-email-haustad@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Clark Williams , John Kacur , linux-rt-users@vger.kernel.org, Josh Cartwright To: Henrik Austad Return-path: Received: from mail-wi0-f180.google.com ([209.85.212.180]:37701 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756162AbbIUTmE (ORCPT ); Mon, 21 Sep 2015 15:42:04 -0400 Received: by wicfx3 with SMTP id fx3so126887721wic.0 for ; Mon, 21 Sep 2015 12:42:02 -0700 (PDT) In-Reply-To: <1442849248-573-2-git-send-email-haustad@cisco.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Mon, 21 Sep 2015, Henrik Austad wrote: > Signed-off-by: Henrik Austad > --- > Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Makefile b/Makefile > index 3094e1b..f630076 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,4 +1,6 @@ > VERSION = 0.93 > +CC=$(CROSS_COMPILE)gcc > +AR=$(CROSS_COMPILE)ar > > HAVE_NPTL ?= yes > > -- Signed-off-by: John Kacur