Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
usr
/
share
/
perl
/
5.24
/
ExtUtils
/
CBuilder
/
Platform
/
//proc/self/root/proc/thread-self/root/usr/share/perl/5.24/ExtUtils/CBuilder/Platform/dec_osf.pm
package ExtUtils::CBuilder::Platform::dec_osf; $ExtUtils::CBuilder::Platform::dec_osf::VERSION = '0.280225'; use warnings; use strict; use ExtUtils::CBuilder::Platform::Unix; use File::Spec; use vars qw(@ISA); @ISA = qw(ExtUtils::CBuilder::Platform::Unix); sub link_executable { my $self = shift; # $Config{ld} is 'ld' but that won't work: use the cc instead. local $self->{config}{ld} = $self->{config}{cc}; return $self->SUPER::link_executable(@_); } 1;