summaryrefslogtreecommitdiff
path: root/myconfig.SH
diff options
context:
space:
mode:
authorKurt D. Starsinic <kstar@wolfetech.com>2000-07-10 11:54:16 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-28 23:24:41 +0000
commit5b463ca73d2c17ecd40c9d2affd7ea1a73fd011c (patch)
tree16419afd4eace0eb396f33142d28bd7b6761c0a6 /myconfig.SH
parent2aa761807d7eac561ade382b2c66eebffcdf056f (diff)
downloadperl-5b463ca73d2c17ecd40c9d2affd7ea1a73fd011c.tar.gz
Warn if the version of the operating system used to compile gcc
differs from the current version of the operating system. Also display the gcc compilation os and version in myconfig. Inspiration from Subject: Re: [ID 20000710.003] ERRORS!! Message-ID: <20000710155416.A1384@O2.chapin.edu> p4raw-id: //depot/perl@6460
Diffstat (limited to 'myconfig.SH')
-rw-r--r--myconfig.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH
index 7861f5e0ed..a797e60781 100644
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -37,7 +37,7 @@ Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL
useperlio=$useperlio d_sfio=$d_sfio uselargefiles=$uselargefiles
use64bitint=$use64bitint use64bitall=$use64bitall uselongdouble=$uselongdouble usesocks=$usesocks
Compiler:
- cc='$cc', optimize='$optimize', gccversion=$gccversion
+ cc='$cc', optimize='$optimize', gccversion=$gccversion, gccosandvers=$gccosandvers
cppflags='$cppflags'
ccflags ='$ccflags'
stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork