Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compile of Zsh 4.0.1 on NetBSD/sparc64 fails..
- X-seq: zsh-users 3932
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: Jason Beegan <jtb@xxxxxxxxxx>
- Subject: Re: Compile of Zsh 4.0.1 on NetBSD/sparc64 fails..
- Date: Sun, 17 Jun 2001 21:26:03 +0400
- Cc: Will Andrews <will@xxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200106171325.f5HDPHc07916@xxxxxxxxxxxxxxxx>
Jason Beegan wrote:
patch-ab uses -fPIC instead of -fpic for generating relocatable code.
-fpic will not work for some architectures. See the documentation
for gcc.
If supported for the target machine, emit position-independent
code, suitable for dynamic linking and avoiding any limit on the
size of the global offset table. This option makes a difference
on the m68k, m88k, and the Sparc.
Assuming, that there is no run-time penalty (slower access or like) on
other architectures, it makes sense.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author