From: Cory T. Tusar <ctusar@videon-central.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] include top config.mk only after CROSS_COMPILE is defined
Date: Wed, 30 Nov 2005 12:06:20 -0500 [thread overview]
Message-ID: <438DDC0C.40309@videon-central.com> (raw)
In-Reply-To: <429E4223.5090009@scottygroup.com>
Friedrich Lobenstock wrote:
> 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.
Bump & resubmit...
This particular issue broke cross-compilation for all of our ARM-based
projects following a repository sync yesterday.
The attached patch was generated against a 2005.11.29 CVS pull.
CHANGELOG:
* Patch by Cory Tusar, 30 Nov 2005:
* Original patch by Friedrich Lobenstock, 01 Jun 2005:
CROSS_COMPILE is referenced in the top 'config.mk' file, therefore
we need to include it in the main Makefile only after CROSS_COMPILE
has been defined.
-Cory
--
Cory T. Tusar
Embedded Systems Engineer
Videon Central, Inc.
2171 Sandy Drive
State College, PA 16801
(814) 235-1111 x316
(814) 235-1118 fax
"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." --Brian W. Kernighan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.mk_depends_on_CROSS_COMPILE.patch
Type: text/x-patch
Size: 694 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20051130/1c45ea6b/attachment.bin
next prev parent reply other threads:[~2005-11-30 17:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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=438DDC0C.40309@videon-central.com \
--to=ctusar@videon-central.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox