diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 22:23:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 22:23:36 +0000 |
commit | de6124c856e6fc34c48856ef1aa5a4c3d045ad5f (patch) | |
tree | 05984acffb0c811311f1ac37182ce613bbe3ae3c /hints/solaris_2.sh | |
parent | 4c07fe1d9f6731adc6b9f1b87137723814165394 (diff) | |
download | perl-de6124c856e6fc34c48856ef1aa5a4c3d045ad5f.tar.gz |
Regularize the call-back units (and fix a bug in #5330).
p4raw-id: //depot/cfgperl@5331
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 3065f6aa7a..30b59dd0d8 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -285,9 +285,9 @@ rm -f core # XXX EOSH +cat > UU/usethreads.cbu <<'EOCBU' # This script UU/usethreads.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use threads. -cat > UU/usethreads.cbu <<'EOCBU' case "$usethreads" in $define|true|[yY]*) ccflags="-D_REENTRANT $ccflags" @@ -333,9 +333,9 @@ EOM esac EOCBU +cat > UU/useuselargefiles.cbu <<'EOCBU' # This script UU/useuselargefiles.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use large files. -cat > UU/useuselargefiles.cbu <<'EOCBU' case "$uselargefiles" in ''|$define|true|[yY]*) ccflags="$ccflags `getconf LFS_CFLAGS 2>/dev/null`" @@ -345,9 +345,9 @@ case "$uselargefiles" in esac EOCBU -# This script UU/use64bitint.cbu will get 'called-back' by Configure -# after it has prompted the user for whether to use 64 bits. cat > UU/use64bitint.cbu <<'EOCBU' +# This script UU/use64bitint.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use 64 bit integers. case "$use64bitint" in $define|true|[yY]*) case "`uname -r`" in @@ -359,15 +359,13 @@ EOM exit 1 ;; esac - # When a 64-bit cc becomes available $archname64 - # may need setting so that $archname gets it attached. ;; esac EOCBU -# This script UU/use64bitint.cbu will get 'called-back' by Configure -# after it has prompted the user for whether to use 64 bits. -cat > UU/use64bitint.cbu <<'EOCBU' +cat > UU/use64bitall.cbu <<'EOCBU' +# This script UU/use64bitall.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to be maximally 64 bitty. case "$use64bitall" in $define|true|[yY]*) case "$cc -v 2>/dev/null" in |