From: Richard Klingler <richard@uclinux.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] PPC as host
Date: 25 Oct 2004 18:02:29 +0300 [thread overview]
Message-ID: <1098716549.1186.7.camel@imac> (raw)
In-Reply-To: <065ACD8E84315E4394C835E398C8D5EB90F44D@COSSMGMBX02.email.corp.tld>
Evening (o;
Apparently no one uses Linux PPC as host?
So no one ever had problems cross-compiling u-boot
for another target then (o;
In the top Makefile we have:
ifndef CROSS_COMPILE
ifeq ($(HOSTARCH),ppc)
CROSS_COMPILE =
else
....
which always picks up the host ppc compiler regardless
what ARCH you have defined for your board...
Since I don't use PPC as target someone might come up
with a better idea then:
ifeq ($(HOSTARCH,$(ARCH))
CROSS_COMPILE =
else
...
In my case it is YDL-3.0.1 PPC Linux running on G4.
This doesn't happen on OSX since it is solved in the
top config.mk file.
best regards
rick
next prev parent reply other threads:[~2004-10-25 15:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-25 14:46 [U-Boot-Users] PATCH: Introducing CONFIG_BOARD_PRE_RESET VanBaren, Gerald
2004-10-25 15:02 ` Richard Klingler [this message]
2004-10-25 17:57 ` [U-Boot-Users] PPC as host Wolfgang Denk
2004-10-25 15:12 ` [U-Boot-Users] PATCH: Introducing CONFIG_BOARD_PRE_RESET Steven Scholz
2004-10-25 18:01 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2004-10-25 15:59 [U-Boot-Users] PPC as host VanBaren, Gerald
2004-10-25 17:20 ` Richard Klingler
2004-10-25 17:59 ` 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=1098716549.1186.7.camel@imac \
--to=richard@uclinux.net \
--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