zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Clint Adams" <clint@zsh.org>
Cc: <Tomi.Vainio@Sun.COM>, <zsh-workers@sunsite.dk>
Subject: RE: Zsh 4.0.2 + 64bit Solaris 8 Forte 6.1 compiler
Date: Fri, 29 Jun 2001 19:09:01 +0400	[thread overview]
Message-ID: <000401c100ad$6e063f90$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <20010629095154.A24508@dman.com>


>
> > So, what others think? Should we change it to -KPIC for Solaris?
>
> Except for gcc of course.
>

Erm ... do we need Solaris special-case? This changes it for all systems
using it.

> > No. Next thing is - why should zsh default to LP64 (that is
> what you mean.
> > Zsh already supports 64-bit atithmetic and large files)? Does it fix
> > something or adds new features?
>
> It shouldn't; it should default to the default.
>

I guess, yes. Especially as with this patch it is enough to just say
CC='cc -xarch-sparcv9'; no need to set individual flags.

-andrej

Index: zshconfig.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/zshconfig.ac,v
retrieving revision 1.10
diff -u -r1.10 zshconfig.ac
--- zshconfig.ac        2001/06/29 14:59:42     1.10
+++ zshconfig.ac        2001/06/29 15:04:13
@@ -1625,7 +1625,7 @@
     case "$host_os" in
       hpux*)                 DLCFLAGS="${DLCFLAGS=+z}" ;;
       sunos*)                DLCFLAGS="${DLCFLAGS=-pic}" ;;
-      solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-Kpic}" ;;
+      solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-KPIC}" ;;
     esac
   fi
   case "$host_os" in


  reply	other threads:[~2001-06-29 15:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <15161.58232.30647.918340@gargle.gargle.HOWL>
     [not found] ` <004201c0ff11$e8dcb840$21c9ca95@mow.siemens.ru>
2001-06-27 14:15   ` Tomi Vainio - Sun Finland -
2001-06-27 14:30     ` Andrej Borsenkow
2001-06-28  9:13       ` Tomi Vainio - Sun Finland -
2001-06-28  9:34         ` Andrej Borsenkow
2001-06-29 13:51           ` Clint Adams
2001-06-29 15:09             ` Andrej Borsenkow [this message]
2001-06-29 15:29               ` Clint Adams
2001-06-27 12:13 Tomi Vainio - Sun Finland -
2001-06-27 12:23 ` Andrej Borsenkow
2001-06-27 13:57 ` Clint Adams
2001-06-27 14:21   ` Tomi Vainio - Sun Finland -

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='000401c100ad$6e063f90$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=Tomi.Vainio@Sun.COM \
    --cc=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).