diff options
author | Alan Burlison <Alan.Burlison@uk.sun.com> | 2003-10-21 16:00:58 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-10-27 16:09:37 +0000 |
commit | cdbbaea84775b113e4dba26602bfec39cd9d5dd0 (patch) | |
tree | e7531f2170dc1ce32cda3dc65942b13d2164e8f7 /hints | |
parent | 82e740b6c60f868ffdb3cc1b574228fb4f53f66d (diff) | |
download | perl-cdbbaea84775b113e4dba26602bfec39cd9d5dd0.tar.gz |
Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
Message-ID: <3F953C1A.3060800@sun.com>
p4raw-id: //depot/perl@21554
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 5763ee2596..965f49d62b 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -334,20 +334,6 @@ END fi fi -# Check to see if the selected compiler and linker -# support the -z ignore, -z lazyload and -z combreloc flags. -echo "int main() { return(0); } " > try.c - zflgs='' -for zf in ignore lazyload combreloc; do - if ${cc:-cc} -o try try.c -z $zf > /dev/null 2>&1; then - zflgs="$zflgs -z $zf" - fi -done -if test -n "$zflgs"; then - ccdlflags="$ccdlflags $zflgs" - lddlflags="$lddlflags -G $zflgs" -fi - # as --version or ld --version might dump core. rm -f try try.c core EOCBU |