* Checking patch for non-x86 bugs
@ 2004-01-08 8:41 Ian Pilcher
2004-01-08 18:19 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Ian Pilcher @ 2004-01-08 8:41 UTC (permalink / raw)
To: linux-kernel
I know that this is probably wishful thinking, but "they" always say
that the only stupid question is the one you don't ask. (Whoever "they"
are, they are decidedly wrong about this, BTW.)
I have a patch that adds an x86-specific sysctl. I believe that every-
thing is properly #ifdef'ed, but it would be awful nice to be able to
ensure that I haven't broken building on non-x86 architectures. Is
there any way to do this without building a full-fledged cross-compiler
toolchain? (And if not, does anyone know of a good HOWTO on setting up
such a toolchain?)
Thanks!
--
========================================================================
Ian Pilcher i.pilcher@comcast.net
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Checking patch for non-x86 bugs
2004-01-08 8:41 Checking patch for non-x86 bugs Ian Pilcher
@ 2004-01-08 18:19 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2004-01-08 18:19 UTC (permalink / raw)
To: Ian Pilcher; +Cc: linux-kernel
On Thu, 08 Jan 2004 02:41:25 -0600 Ian Pilcher <i.pilcher@comcast.net> wrote:
| I know that this is probably wishful thinking, but "they" always say
| that the only stupid question is the one you don't ask. (Whoever "they"
| are, they are decidedly wrong about this, BTW.)
|
| I have a patch that adds an x86-specific sysctl. I believe that every-
| thing is properly #ifdef'ed, but it would be awful nice to be able to
| ensure that I haven't broken building on non-x86 architectures. Is
| there any way to do this without building a full-fledged cross-compiler
| toolchain? (And if not, does anyone know of a good HOWTO on setting up
| such a toolchain?)
You can look at http://www.kegel.com/crosstool/
to see if it can help you.
I'll look at your (previously posted) patch also.
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-08 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 8:41 Checking patch for non-x86 bugs Ian Pilcher
2004-01-08 18:19 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox