Skip to content

Commit 040034c

Browse files
committed
MM_NW5 const_cccmd override added nothing, missed PASTHRU
1 parent d6b0c29 commit 040034c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/ExtUtils/MM_NW5.pm

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,6 @@ sub platform_constants {
122122
return $make_frag;
123123
}
124124

125-
126-
=item const_cccmd
127-
128-
=cut
129-
130-
sub const_cccmd {
131-
my($self,$libperl)=@_;
132-
return $self->{CONST_CCCMD} if $self->{CONST_CCCMD};
133-
return '' unless $self->needs_linking();
134-
return $self->{CONST_CCCMD} = <<'MAKE_FRAG';
135-
CCCMD = $(CC) $(CCFLAGS) $(INC) $(OPTIMIZE) \
136-
$(PERLTYPE) $(MPOLLUTE) -o $@ \
137-
-DVERSION=\"$(VERSION)\" -DXS_VERSION=\"$(XS_VERSION)\"
138-
MAKE_FRAG
139-
140-
}
141-
142125
=item static_lib_pure_cmd
143126
144127
Defines how to run the archive utility

0 commit comments

Comments
 (0)