All of lore.kernel.org
 help / color / mirror / Atom feed
From: Friedrich Lobenstock <f.lobenstock@scottygroup.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] include top config.mk only after CROSS_COMPILE is defined
Date: Thu, 02 Jun 2005 01:17:55 +0200	[thread overview]
Message-ID: <429E4223.5090009@scottygroup.com> (raw)

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 

             reply	other threads:[~2005-06-01 23:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-01 23:17 Friedrich Lobenstock [this message]
2005-06-01 23:37 ` [U-Boot-Users] [PATCH] include top config.mk only after CROSS_COMPILE is defined Friedrich Lobenstock
2005-11-30 17:06 ` Cory T. Tusar
2006-03-12  0:38 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=429E4223.5090009@scottygroup.com \
    --to=f.lobenstock@scottygroup.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.