zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: zsh-3.1.5-pws-8: Fixes for ReliantUNIX and CDS++ 2.0
@ 1999-02-15  7:53 Andrej Borsenkow
  0 siblings, 0 replies; only message in thread
From: Andrej Borsenkow @ 1999-02-15  7:53 UTC (permalink / raw)
  To: ZSH workers mailing list

config.guess: SINIX was renamed to ReliantUNIX as from version 5.43B00. This
patch enables autodetection of new name. The canonical host is still set to
mips-sni-sysv4 as it is almost fully compatible. (5.44 and above are 64-bit,
but this is another story)

configure.in: new version of our compiler changed the way version string is
reported (this is known as compatibility :-) The way it is done now is the
same as in lsof.

cheers

/andrej


--- config.guess.org    Tue Nov 10 11:36:24 1998
+++ config.guess        Mon Feb 15 10:33:23 1999
@@ -526,6 +526,9 @@
     RM*:SINIX-*:*:*)
        echo mips-sni-sysv4
        exit 0 ;;
+    RM*:ReliantUNIX-*:*:*)
+       echo mips-sni-sysv4
+       exit 0 ;;
     *:SINIX-*:*:*)
        if uname -p 2>/dev/null >/dev/null ; then
                UNAME_MACHINE=`(uname -p) 2>/dev/null`
--- configure.in.org    Sat Feb 13 16:26:07 1999
+++ configure.in        Mon Feb 15 10:32:31 1999
@@ -1036,7 +1036,7 @@
       #
       sni_cc_version=`$CC -V 2>&1 | head -1`
       case "$sni_cc_version" in
-        CDS* )
+        *CDS* )
          EXTRA_LDFLAGS="${EXTRA_LDFLAGS=-Wl,-Blargedynsym}"
        ;;
        * )


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-15  8:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-15  7:53 PATCH: zsh-3.1.5-pws-8: Fixes for ReliantUNIX and CDS++ 2.0 Andrej Borsenkow

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).