diff options
Diffstat (limited to 'hints/sunos_4_1.sh')
-rw-r--r-- | hints/sunos_4_1.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/sunos_4_1.sh b/hints/sunos_4_1.sh index 650b551d81..4c9ff14568 100644 --- a/hints/sunos_4_1.sh +++ b/hints/sunos_4_1.sh @@ -82,3 +82,9 @@ fi # library. # # Thanks to William Setzer <William_Setzer@ncsu.edu> for this info. + +# Don't use the GNU ld, that doesn't work, you'll get a lot of +# relocation truncated to fit: BASE13 ... +# from many extensions, like B and Data::Dumper. +ld=/usr/bin/ld + |