summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-02-05 15:07:43 +0000
committerNicholas Clark <nick@ccl4.org>2005-02-05 15:07:43 +0000
commitd20247fd85c3412f5d9adaa2c238f33e13cd1fec (patch)
tree5791b076b093c9e9d93ec60b483b7bfff59968fe /Configure
parent0aba80bd6d2391b757db578f2872e3c1250f2854 (diff)
downloadperl-d20247fd85c3412f5d9adaa2c238f33e13cd1fec.tar.gz
Integrate:
[ 23807] Fix for building with MinGW under Cygwin Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32) From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Thu, 13 Jan 2005 16:11:36 -0800 Message-ID: <20050114001136.GC2516@efn.org> [ 23849] Subject: [perl #33892] Add Interix support From: Todd Vierling (via RT) <perlbug-followup@perl.org> Date: 21 Jan 2005 14:36:31 -0000 Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) [and except the dual life modules chunk] [ 23862] Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <41F2911E.8090204@iki.fi> Date: Sat, 22 Jan 2005 19:45:02 +0200 (drop optimisation on pp_pack.c for gcc on osf1 to -O1) [ 23864] Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <41F2C427.7020003@iki.fi> Date: Sat, 22 Jan 2005 23:22:47 +0200 [ 23909] Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Date: 31 Jan 2005 07:37:55 -0000 Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> [ 23910] Add all the missing gnuk{free,net}bsd hints files to MANIFEST [ 23917] "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd hints files to add to MANIFEST. Sort MANIFEST while I'm in the area. p4raw-link: @23917 on //depot/perl: b2de6a21dcc23a8be547019830dfeac642d34c3f p4raw-link: @23910 on //depot/perl: 4b5bf9a685821e2bf3efb2542e8e8d6ca57c3194 p4raw-link: @23909 on //depot/perl: fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc p4raw-link: @23864 on //depot/perl: 0fae7d620a2a93c5758d63b6ec89d596930b4589 p4raw-link: @23862 on //depot/perl: 61ba5045923c2764dd186c0e8c1f665460baf428 p4raw-link: @23849 on //depot/perl: 0c52c6a9db5934c6cadc50a4a66634da7bea4268 p4raw-link: @23807 on //depot/perl: 22402b4762ced374b42179386a54f4055120b9fb p4raw-id: //depot/maint-5.8/perl@23936 p4raw-branched: from //depot/perl@23934 'branch in' ext/DynaLoader/hints/gnukfreebsd.pl ext/DynaLoader/hints/gnuknetbsd.pl ext/NDBM_File/hints/gnukfreebsd.pl ext/NDBM_File/hints/gnuknetbsd.pl ext/ODBM_File/hints/gnukfreebsd.pl ext/ODBM_File/hints/gnuknetbsd.pl ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl ext/Storable/hints/gnukfreebsd.pl ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh hints/gnuknetbsd.sh p4raw-integrated: from //depot/perl@23934 'copy in' t/op/groups.t (@15977..) t/io/openpid.t (@19371..) lib/File/Find.pm (@23510..) ext/Errno/Errno_pm.PL (@23584..) 'merge in' Makefile.SH (@23751..) Configure (@23848..) p4raw-integrated: from //depot/perl@23910 'edit in' MANIFEST (@23877..) p4raw-integrated: from //depot/perl@23862 'ignore' hints/dec_osf.sh (@22585..) p4raw-branched: from //depot/perl@23849 'branch in' hints/interix.sh
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/Configure b/Configure
index 920f2a0ac7..a3fbacd1e4 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Jan 21 16:11:32 MET 2005 [metaconfig 3.0 PL70]
+# Generated on Mon Jan 31 12:56:14 CET 2005 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -7104,7 +7104,7 @@ esac
: for archive libraries. Thank you, Linux.
case "$nm_so_opt" in
'') case "$myuname" in
- *linux*)
+ *linux*|gnu*)
if $nm --help | $grep 'dynamic' > /dev/null 2>&1; then
nm_so_opt='--dynamic'
fi
@@ -7626,7 +7626,7 @@ EOM
'') dflt="$dflt +vnocompatwarnings" ;;
esac
;;
- linux|irix*) dflt='-shared' ;;
+ linux|irix*|gnu*) dflt='-shared' ;;
next) dflt='none' ;;
solaris) dflt='-G' ;;
sunos) dflt='-assert nodefinitions' ;;
@@ -7673,7 +7673,7 @@ say "none".
EOM
case "$ccdlflags" in
'') case "$osname" in
- linux|hpux) dflt='-Wl,-E' ;;
+ linux|hpux|gnu*) dflt='-Wl,-E' ;;
next|sunos) dflt='none' ;;
*) dflt='none' ;;
esac ;;
@@ -7770,7 +7770,7 @@ true)
dflt=libperl.5.$so
# XXX How handle the --version stuff for MAB?
;;
- linux*) # ld won't link with a bare -lperl otherwise.
+ linux*|gnu*) # ld won't link with a bare -lperl otherwise.
dflt=libperl.$so
;;
cygwin*) # ld links against an importlib
@@ -7857,7 +7857,7 @@ if "$useshrplib"; then
freebsd|netbsd|openbsd|interix)
xxx="-Wl,-R$shrpdir"
;;
- bsdos|linux|irix*|dec_osf)
+ bsdos|linux|irix*|dec_osf|gnu*)
xxx="-Wl,-rpath,$shrpdir"
;;
next)