From: Keith Owens <kaos@ocs.com.au>
To: pocm@rnl.ist.utl.pt (Paulo J. Matos aka PDestroy)
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compiling manually
Date: Mon, 12 Nov 2001 12:28:19 +1100 [thread overview]
Message-ID: <31888.1005528499@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "11 Nov 2001 16:57:41 -0000." <m3k7wxkzy2.fsf@localhost.localdomain>
On 11 Nov 2001 16:57:41 +0000,
pocm@rnl.ist.utl.pt (Paulo J. Matos aka PDestroy) wrote:
>I'm trying to compile kernel 2.4.14.
>The problem is that the famous gcc 3.0.x bug of giving error when
>trying to compile 8139too.c is getting me crazy.
>The work around is to remove -O2 optimization.
>How can I compile the kernel with optimization except
>optimization for that particular file?
In drivers/net/Makefile, add this line _before_ include Rules.make.
CFLAGS_8139too.o += -O1
Warning: removing optimization can cause its own problems, some bits of
the kernel assume that they are built with -O2. YMMV.
prev parent reply other threads:[~2001-11-12 1:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-11 16:57 Compiling manually Paulo J. Matos aka PDestroy
2001-11-11 20:25 ` Ingo Oeser
2001-11-12 1:28 ` Keith Owens [this message]
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=31888.1005528499@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=pocm@rnl.ist.utl.pt \
/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.