public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [ia64 patch 2.6.9-rc3] build: ccache/distcc fix for ia64
@ 2004-10-01 10:10 Ingo Molnar
  2004-10-01 10:21 ` David Mosberger
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2004-10-01 10:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, kai, sam, davidm


the (tested) patch below fixes ccache/distcc-assisted building of the
ia64 tree. (CC is "ccache distcc gcc" in that case, not a simple
one-word "gcc" - this confused the check-gas and toolchain-flags
scripts.)

	Ingo

Signed-off-by: Ingo Molnar <mingo@elte.hu>

--- linux/arch/ia64/Makefile.orig
+++ linux/arch/ia64/Makefile
@@ -24,8 +24,8 @@ cflags-y	:= -pipe $(EXTRA) -ffixed-r13 -
 CFLAGS_KERNEL	:= -mconstant-gp
 
 GCC_VERSION     := $(call cc-version)
-GAS_STATUS	= $(shell $(srctree)/arch/ia64/scripts/check-gas $(CC) $(OBJDUMP))
-CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags $(CC) $(OBJDUMP) $(READELF))
+GAS_STATUS	= $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
+CPPFLAGS += $(shell $(srctree)/arch/ia64/scripts/toolchain-flags "$(CC)" "$(OBJDUMP)" "$(READELF)")
 
 ifeq ($(GAS_STATUS),buggy)
 $(error Sorry, you need a newer version of the assember, one that is built from	\

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ia64 patch 2.6.9-rc3] build: ccache/distcc fix for ia64
  2004-10-01 10:10 [ia64 patch 2.6.9-rc3] build: ccache/distcc fix for ia64 Ingo Molnar
@ 2004-10-01 10:21 ` David Mosberger
  2004-10-01 19:18   ` Tony Luck
  0 siblings, 1 reply; 3+ messages in thread
From: David Mosberger @ 2004-10-01 10:21 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, Andrew Morton, kai, sam, davidm

>>>>> On Fri, 1 Oct 2004 12:10:40 +0200, Ingo Molnar <mingo@elte.hu> said:

  Ingo> the (tested) patch below fixes ccache/distcc-assisted building
  Ingo> of the ia64 tree. (CC is "ccache distcc gcc" in that case, not
  Ingo> a simple one-word "gcc" - this confused the check-gas and
  Ingo> toolchain-flags scripts.)

Looks fine to me.

Thanks,

	--david

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ia64 patch 2.6.9-rc3] build: ccache/distcc fix for ia64
  2004-10-01 10:21 ` David Mosberger
@ 2004-10-01 19:18   ` Tony Luck
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Luck @ 2004-10-01 19:18 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: davidm, linux-kernel, Andrew Morton, kai, sam

On Fri, 1 Oct 2004 03:21:41 -0700, David Mosberger
<davidm@napali.hpl.hp.com> wrote:
> >>>>> On Fri, 1 Oct 2004 12:10:40 +0200, Ingo Molnar <mingo@elte.hu> said:
> 
>   Ingo> the (tested) patch below fixes ccache/distcc-assisted building
>   Ingo> of the ia64 tree. (CC is "ccache distcc gcc" in that case, not
>   Ingo> a simple one-word "gcc" - this confused the check-gas and
>   Ingo> toolchain-flags scripts.)
> 
> Looks fine to me.
> 
> Thanks,
> 
>         --david

Me too ... applied (though I would have found this patch faster if you
had copied
the linux-ia64@vger.kernel.org list).

-Tony
> 
> 
> -
> 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/
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-01 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-01 10:10 [ia64 patch 2.6.9-rc3] build: ccache/distcc fix for ia64 Ingo Molnar
2004-10-01 10:21 ` David Mosberger
2004-10-01 19:18   ` Tony Luck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox