diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2002-02-08 08:43:49 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 19:13:56 +0000 |
commit | c2da85259769a501f37eccb0a97c76f0e641e0ba (patch) | |
tree | cddb8b450d602759b6d1c3fcf59ea12923937ef7 /hints/bsdos.sh | |
parent | 83007387b1112d8c8e858eb2722e3e518f1d9896 (diff) | |
download | perl-c2da85259769a501f37eccb0a97c76f0e641e0ba.tar.gz |
Re: [ID 20020205.007] BSDi test failure perl 5.6.1
Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@14604
Diffstat (limited to 'hints/bsdos.sh')
-rw-r--r-- | hints/bsdos.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh index 58755434a3..f16a56efc7 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -98,7 +98,6 @@ case "$osvers" in case "$cc" in '') cc='cc' # cc is gcc2 in 4.0 cccdlflags="-fPIC" - ccdlflags="-rdynamic -Wl,-rpath,$privlib/$archname/CORE" ;; esac |