public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] include top config.mk only after CROSS_COMPILE is defined
@ 2005-06-01 23:17 Friedrich Lobenstock
  2005-06-01 23:37 ` Friedrich Lobenstock
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Friedrich Lobenstock @ 2005-06-01 23:17 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang!

During compiling I just spotted the fact that
   gccincdir := $(shell $(CC) -print-file-name=include)
in the top config.mk does execute "gcc -print-file-name=include" instead of 
"m68k-elf-gcc ..." which I would expect as i compile for m68k. I think that this 
does not make much difference as the includes should mostly be the same, but for 
the sake of completeness I want to bring the attached patch to your attention.

Description of the patch:

* CROSS_COMPILE is referenced in the top 'config.mk' file therefore
   we need to include it in the main Makefile only after CROSS_COMPILE
   is defined

This patch is against the u-boot-1.1.2.

-- 
MfG / Regards
Friedrich Lobenstock
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: u-boot-Makefile-patch
Url: http://lists.denx.de/pipermail/u-boot/attachments/20050602/3ad0feba/attachment.txt 

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

end of thread, other threads:[~2006-03-12  0:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 23:17 [U-Boot-Users] [PATCH] include top config.mk only after CROSS_COMPILE is defined Friedrich Lobenstock
2005-06-01 23:37 ` Friedrich Lobenstock
2005-11-30 17:06 ` Cory T. Tusar
2006-03-12  0:38 ` Wolfgang Denk

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