From: Dennis Gilmore <dennis@ausil.us>
To: Theodore Tso <tytso@mit.edu>
Cc: linux-ext4@vger.kernel.org
Subject: Re: PATCH: use CFLAGS when linking always
Date: Sat, 5 May 2007 22:06:01 -0500 [thread overview]
Message-ID: <200705052206.08371.dennis@ausil.us> (raw)
In-Reply-To: <20070505192647.GC21049@thunk.org>
[-- Attachment #1: Type: text/plain, Size: 762 bytes --]
Once upon a time Saturday 05 May 2007, Theodore Tso wrote:
> On Sat, May 05, 2007 at 09:20:47AM -0500, Dennis Gilmore wrote:
> > for multilib archs default CFLAGS may be inappropriate and reslut in
> > binaries unable to be linked. since e2fsprogs uses gcc for linking I
> > noticed this while building for sparc64. patch has been tested and
> > applied in Aurora SPARC Linux.
>
> What options do you need, and why don't you just specify them via:
>
> configure --with-ldopts="--foo-ld-flag"
>
> - Ted
defaults on sparc64 result in 64 bit objects but gcc trying to create a 32
bit binary. as a result the build blows up horribly. the patch ensures that
CFLAGS is used in linking. since gcc is used to link it is needed.
Dennis
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-05-06 3:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-05 14:20 PATCH: use CFLAGS when linking always Dennis Gilmore
2007-05-05 19:26 ` Theodore Tso
2007-05-06 3:06 ` Dennis Gilmore [this message]
2007-05-06 13:54 ` Theodore Tso
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=200705052206.08371.dennis@ausil.us \
--to=dennis@ausil.us \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/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.