This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Oct 2000 19:33:13 +0000 (19:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 19 Oct 2000 19:33:13 +0000 (19:33 +0000)
p4raw-id: //depot/metaconfig@7371

U/modified/Cppsym.U
U/modified/Oldconfig.U
U/perl/End.U
U/perl/dlsrc.U
U/perl/libperl.U

index 242212a..96ac2b0 100644 (file)
@@ -123,7 +123,7 @@ mert MiNT mips MIPS_FPSET MIPS_ISA MIPS_SIM MIPS_SZINT
 MIPS_SZLONG MIPS_SZPTR MIPSEB MIPSEL MODERN_C motorola
 mpeix MSDOS MTXINU MULTIMAX mvs MVS n16 ncl_el ncl_mr
 NetBSD news1500 news1700 news1800 news1900 news3700
-news700 news800 news900 NeXT NLS ns16000 ns32000
+news700 news800 news900 NeXT NLS nonstopux ns16000 ns32000
 ns32016 ns32332 ns32k nsc32000
 OCS88 OEMVS OpenBSD os OS2 OS390 osf OSF1 OSF_SOURCE
 pa_risc PA_RISC1_1 PA_RISC2_0 PARAGON parisc
index 809d056..0712144 100644 (file)
@@ -342,6 +342,7 @@ EOM
                        esac
                        ;;
                next*) osname=next ;;
+               NonStop-UX) osname=nonstopux ;;
                POSIX-BC | posix-bc ) osname=posix-bc
                        osvers="$3"
                        ;;
index 553019f..980e05e 100644 (file)
@@ -18,7 +18,7 @@
 ?X: To force any unit to be included, copy this unit to your private U directory
 ?X: and add the name of the unit desired to the ?MAKE: dependency line.
 ?X: 
-?MAKE:End perllibs: $W cppstdin gzip zip libs usedl
+?MAKE:End perllibs: $W cppstdin gzip zip libs usedl osname osvers
 ?MAKE: -pick add $@ %<
 ?S:perllibs:
 ?S:    The list of libraries needed by Perl only (any libraries needed
index 6e2366b..b443941 100644 (file)
@@ -129,13 +129,13 @@ EOM
                        hpux)   dflt='+z' ;;
                        next)   dflt='none' ;;
                        irix*)  dflt='-KPIC' ;;
-                       svr4*|esix*|solaris) dflt='-KPIC' ;;
+                       svr4*|esix*|solaris|nonstopux) dflt='-KPIC' ;;
                        sunos)  dflt='-pic' ;;
                        *)      dflt='none' ;;
                    esac
                        ;;
                *)  case "$osname" in
-                       svr4*|esix*|solaris) dflt='-fPIC' ;;
+                       svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
                        *)      dflt='-fpic' ;;
                    esac ;;
            esac ;;
@@ -212,7 +212,7 @@ EOM
                        next)  dflt='none' ;;
                        solaris) dflt='-G' ;;
                        sunos) dflt='-assert nodefinitions' ;;
-                       svr4*|esix*) dflt="-G $ldflags" ;;
+                       svr4*|esix*|nonstopux) dflt="-G $ldflags" ;;
                *)     dflt='none' ;;
                        esac
                        ;;
index 4de9044..480f862 100644 (file)
@@ -61,7 +61,7 @@ $undef)
        ;;
 *)     case "$useshrplib" in
        '')     case "$osname" in
-               svr4*|dgux|dynixptx|esix|powerux|beos|cygwin*)
+               svr4*|nonstopux|dgux|dynixptx|esix|powerux|beos|cygwin*)
                        dflt=y
                        also='Building a shared libperl is required for dynamic loading to work on your system.'
                        ;;