Home
last modified time | relevance | path

Searched refs:static_ext (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/hints/
Dcygwin.sh75 if test -z "$static_ext"; then
76 static_ext="Win32CORE"
78 static_ext="$static_ext Win32CORE"
/openbsd/src/gnu/usr.bin/perl/
Dmakedef.pl1168 my $static_ext = $Config{static_ext} // "";
1169 $static_ext =~ s/\//__/g;
1170 $static_ext =~ s/\bDynaLoader\b//;
1171 try_symbols(map {"boot_$_"} grep {/\S/} split /\s+/, $static_ext);
1172 try_symbols("init_Win32CORE") if $static_ext =~ /\bWin32CORE\b/;
DMakefile.SH230 for f in $static_ext; do
387 static_ext = $static_list
389 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
818 $(MINIPERL) -MExtUtils::Miniperl -e 'writemain(\\"perlmain.c", @ARGV)' DynaLoader $(static_ext)
823 ext.libs: $(static_ext)
831 $(MINIPERL) -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader $(static_ext)
836 ext.libs: $(static_ext)
1045 $(PERL_EXE): $& $(perlmain_dep) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT) write_buildcustomiz…
1053 …$(SHRPENV) $(CC) -o perl $(CLDFLAGS) $(CCDLFLAGS) $(perlmain_objs) $(LLIBPERL) $(static_ext) `cat …
1057 …$(SHRPENV) $(CC) -o perl $(CLDFLAGS) $(CCDLFLAGS) $(perlmain_objs) $(LLIBPERL) $(static_ext) `cat …
[all …]
Dmake_ext.pl177 FindExt::set_static_extensions(split ' ', $Config{static_ext});
183 push @ext, FindExt::static_ext() if $static;
208 push @extspec, (split ' ', $Config{static_ext}) if $static;
Dconfigpm64 qw(dynamic_ext static_ext extensions known_extensions);
1326 static_ext: 185
DConfigure231 static_ext=''
24617 : Exclude those listed in static_ext
24620 case " $static_ext " in
24657 case "$static_ext" in
24671 *) dflt="$static_ext"
24681 none) static_ext=' ' ;;
24682 *) static_ext="$ans" ;;
24692 case "$static_ext" in
24694 *) dflt="$static_ext"
24698 if test X"$static_ext" != X"$avail_ext"; then
[all …]
Dconfigure.com64 $ static_ext = ""
/openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DEmbed.pm58 push(@mods, static_ext()) if defined $std;
123 sub static_ext { subroutine
124 @Extensions = ('DynaLoader', sort $Config{static_ext} =~ /(\S+)/g)
184 push(@mods, static_ext()) if $std;
/openbsd/src/gnu/usr.bin/perl/Cross/
DMakefile-cross-SH166 for f in $static_ext; do
235 static_ext = $static_list
237 ext = \$(dynamic_ext) \$(static_ext) \$(nonxs_ext)
460 sh writemain $(DYNALOADER) $(static_ext) > perlmain.c
478 ext.libs: $(static_ext)
600 perl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
602 … $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `ca…
603 …IX)$(EXE_EXT) $(PERL_PROFILE_LDFLAGS) $(CLDFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `ca…
607 pureperl$(EXE_EXT): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT)
608 …purify $(CC) -o pureperl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `ca…
[all …]
DMakefile.SH.patch163 -s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE
164 +s_dummy $(static_ext): preplibrary $(DYNALOADER) FORCE
Dconfig.sh-arm-linux-n7701096 static_ext='DynaLoader '
Dconfig.sh-arm-linux1098 static_ext=' '
/openbsd/src/gnu/usr.bin/perl/os2/
DMakefile.SHs207 aout_ext = $(static_ext) $(dynamic_ext) $(AOUT_EXTRA_LIBS)
211 aout_static_ext_dll = $(addsuffix $(AOUT_LIB_EXT),$(basename $(static_ext)))
213 aout_static_ext_dll = $(addsuffix $(AOUT_LIB_EXT),$(basename $(static_ext)))
224 $(aout_static_ext) : $(static_ext) $(dynamic_ext)
304 …$(SHRPENV) $(CC) $(SO_CLDFLAGS) $(CCDLFLAGS) -o $@ perlrexx$(OBJ_EXT) $(DYNALOADER) $(static_ext) …
436 if echo "$static_ext $dynamic_ext" | grep -q threads/shared ; then
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig_sh.PL112 FindExt::set_static_extensions(split ' ', $opt{static_ext});
115 $opt{static_ext} = join(' ',FindExt::static_ext()) || ' ';
Dcreate_perllibst_h.pl8 my @statics = split /\s+/, $Config{static_ext};
Dlist_static_libs.pl14 my @statics = split /\s+/, $Config{static_ext};
DFindExt.pm77 *static_ext = _ext_eq('static');
Dconfig.vc675 extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~'
867 known_extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~'
1092 static_ext=' '
Dconfig.gc676 extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~'
868 known_extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~'
1093 static_ext=' '
/openbsd/src/gnu/usr.bin/perl/t/porting/
DFindExt.t29 ? $ENV{PERL_STATIC_EXT} : $Config{static_ext});
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Dconcise.t405 if $Config::Config{static_ext} =~ m|\bData/Dumper\b|;
/openbsd/src/gnu/usr.bin/perl/t/op/
Dmagic.t596 if $Config{static_ext} =~ m|\b\Q$extension\E\b|;
/openbsd/src/gnu/usr.bin/perl/plan9/
Dconfig_sh.sample1069 static_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcnt…
/openbsd/src/gnu/usr.bin/perl/Porting/
Dconfig.sh1122 static_ext=' '
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5101delta.pod997 C<known_extensions>, C<nonxs_ext> and C<static_ext> have not changed, and

12