1 package ExtUtils::CBuilder::Platform::dec_osf;
5 use ExtUtils::CBuilder::Platform::Unix;
8 our $VERSION = '0.280240'; # VERSION
9 our @ISA = qw(ExtUtils::CBuilder::Platform::Unix);
13 # $Config{ld} is 'ld' but that won't work: use the cc instead.
14 local $self->{config}{ld} = $self->{config}{cc};
15 return $self->SUPER::link_executable(@_);