From: H.Merijn Brand Date: Wed, 4 Feb 2004 10:24:33 +0000 (+0000) Subject: AIX 3 support removed from default hints after its separation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c00c3fe7fa040233dde55d9b3aee6515bd7106c;p=p5sagit%2Fp5-mst-13.2.git AIX 3 support removed from default hints after its separation p4raw-id: //depot/perl@22267 --- diff --git a/hints/aix.sh b/hints/aix.sh index ca7052b..4cad922 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -1,5 +1,5 @@ # hints/aix.sh -# AIX 3.x.x hints thanks to Wayne Scott +# # AIX 4.1 hints thanks to Christopher Chan-Nui . # AIX 4.1 pthreading by Christopher Chan-Nui and # Jarkko Hietaniemi . @@ -54,7 +54,7 @@ esac # AIX 4.3.* and above default to letting Configure test if nm # extraction will work. case "$osvers" in - 3.*|4.1.*|4.2.*) + 4.1.*|4.2.*) case "$usenm" in '') usenm='undef' esac @@ -113,19 +113,12 @@ esac cc=${cc:-cc} -case "$osvers" in -3*) d_fchmod=undef - ccflags="$ccflags -D_ALL_SOURCE" - ;; -*) # These hints at least work for 4.x, possibly other systems too. - ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE" - case "$cc" in - *gcc*) ;; - *) ccflags="$ccflags -qmaxmem=-1 -qnoansialias" ;; +ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE" +case "$cc" in + *gcc*) ;; + *) ccflags="$ccflags -qmaxmem=-1 -qnoansialias" ;; esac - nm_opt='-B' - ;; -esac +nm_opt='-B' # These functions don't work like Perl expects them to. d_setregid='undef' @@ -218,14 +211,7 @@ esac # -bI:$(PERL_INC)/perl.exp Read the exported symbols from the perl binary # -bE:$(BASEEXT).exp Export these symbols. This file contains only one # symbol: boot_$(EXP) can it be auto-generated? -case "$osvers" in - 3*) - lddlflags="$lddlflags -H512 -T512 -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -e _nostart -lc" - ;; - *) - lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -bnoentry -lc" - ;; - esac +lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -bnoentry -lc" case "$use64bitall" in $define|true|[yY]*) use64bitint="$define" ;; @@ -425,8 +411,8 @@ EOCBU cat > UU/use64bitint.cbu <<'EOCBU' case "$use64bitint" in $define|true|[yY]*) - case "`oslevel`" in - 3.*|4.[012].*) + case "`oslevel`" in + 4.[012].*) cat >&4 < UU/use64bitall.cbu <<'EOCBU' # after it has prompted the user for whether to be maximally 64-bitty. case "$use64bitall" in $define|true|[yY]*) - case "`oslevel`" in - 3.*|4.[012].*) + case "`oslevel`" in + 4.[012].*) cat >&4 <