From: Ian Wienand <ianw@gelato.unsw.edu.au>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Parallel make
Date: Wed, 14 May 2003 04:29:52 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590723705775@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590723705774@msgid-missing>
On Wed, May 14, 2003 at 01:38:23PM +1000, Ian Wienand wrote:
> At first I thought it might be because the all target depends on
> vmlinux, but this isn't it. Currently I'm stumped. 'Single' make works
> fine, and if you run parallel make a few times eventually offsets.h
> gets generated and the build continues on fine.
sorry to reply to myself but I forgot to say the path of least
resistance might be to just remove ptrace.h from vmlinux.lds.S, as it
doesn't seem to be needed.
-i
--- linux-2.5.69/arch/ia64/vmlinux.lds.S.old 2003-05-14 14:25:17.000000000 +1000
+++ linux-2.5.69/arch/ia64/vmlinux.lds.S 2003-05-14 14:25:32.000000000 +1000
@@ -1,7 +1,6 @@
#include <linux/config.h>
#include <asm/cache.h>
-#include <asm/ptrace.h>
#include <asm/system.h>
#define LOAD_OFFSET PAGE_OFFSET
next prev parent reply other threads:[~2003-05-14 4:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-14 3:38 [Linux-ia64] Parallel make Ian Wienand
2003-05-14 4:29 ` Ian Wienand [this message]
2003-05-14 4:44 ` David Mosberger
2003-05-14 7:27 ` Eric Piel
2003-05-14 8:03 ` David Mosberger
2003-05-14 8:42 ` Eric Piel
2003-05-14 17:48 ` Sam Ravnborg
2003-05-14 18:42 ` David Mosberger
2003-05-14 23:00 ` David Mosberger
2003-05-14 23:59 ` Martin Pool
2003-05-15 0:49 ` Ian Wienand
2003-05-15 1:10 ` David Mosberger
2003-05-15 16:46 ` Stephane Eranian
2003-05-15 17:38 ` Grant Grundler
2003-05-16 4:44 ` Martin Pool
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=marc-linux-ia64-105590723705775@msgid-missing \
--to=ianw@gelato.unsw.edu.au \
--cc=linux-ia64@vger.kernel.org \
/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.