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
commitf99a68450581a7225c5e7e51545a0484b18b9f95 (patch)
tree16419afd4eace0eb396f33142d28bd7b6761c0a6 /myconfig.SH
parentbfe62ac4328e219586babddb4868aeec1189e239 (diff)
downloadperl-f99a68450581a7225c5e7e51545a0484b18b9f95.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