Searched refs:static_ext (Results 1 – 25 of 26) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/hints/ |
| D | cygwin.sh | 75 if test -z "$static_ext"; then 76 static_ext="Win32CORE" 78 static_ext="$static_ext Win32CORE"
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | makedef.pl | 1168 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/;
|
| D | Makefile.SH | 230 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 …]
|
| D | make_ext.pl | 177 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;
|
| D | configpm | 64 qw(dynamic_ext static_ext extensions known_extensions); 1326 static_ext: 185
|
| D | Configure | 231 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 …]
|
| D | configure.com | 64 $ static_ext = ""
|
| /openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Embed.pm | 58 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/ |
| D | Makefile-cross-SH | 166 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 …]
|
| D | Makefile.SH.patch | 163 -s_dummy $(static_ext): miniperl$(EXE_EXT) preplibrary $(DYNALOADER) FORCE 164 +s_dummy $(static_ext): preplibrary $(DYNALOADER) FORCE
|
| D | config.sh-arm-linux-n770 | 1096 static_ext='DynaLoader '
|
| D | config.sh-arm-linux | 1098 static_ext=' '
|
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | Makefile.SHs | 207 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/ |
| D | config_sh.PL | 112 FindExt::set_static_extensions(split ' ', $opt{static_ext}); 115 $opt{static_ext} = join(' ',FindExt::static_ext()) || ' ';
|
| D | create_perllibst_h.pl | 8 my @statics = split /\s+/, $Config{static_ext};
|
| D | list_static_libs.pl | 14 my @statics = split /\s+/, $Config{static_ext};
|
| D | FindExt.pm | 77 *static_ext = _ext_eq('static');
|
| D | config.vc | 675 extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~' 867 known_extensions='~static_ext~ ~dynamic_ext~ ~nonxs_ext~' 1092 static_ext=' '
|
| D | config.gc | 676 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/ |
| D | FindExt.t | 29 ? $ENV{PERL_STATIC_EXT} : $Config{static_ext});
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | concise.t | 405 if $Config::Config{static_ext} =~ m|\bData/Dumper\b|;
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | magic.t | 596 if $Config{static_ext} =~ m|\b\Q$extension\E\b|;
|
| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config_sh.sample | 1069 static_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcnt…
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | config.sh | 1122 static_ext=' '
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5101delta.pod | 997 C<known_extensions>, C<nonxs_ext> and C<static_ext> have not changed, and
|
12