Changeset View
Changeset View
Standalone View
Standalone View
lang/perl5.42/Makefile
| Show First 20 Lines • Show All 127 Lines • ▼ Show 20 Lines | |||||
| OPTIONS_DEFINE= DEBUG DOT_INC DTRACE GDBM MULTIPLICITY PERL_64BITINT \ | OPTIONS_DEFINE= DEBUG DOT_INC DTRACE GDBM MULTIPLICITY PERL_64BITINT \ | ||||
| PERL_MALLOC SITECUSTOMIZE | PERL_MALLOC SITECUSTOMIZE | ||||
| OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT | OPTIONS_DEFAULT= DTRACE MULTIPLICITY PERL_64BITINT | ||||
| .if !exists(/usr/sbin/dtrace) | .if !exists(/usr/sbin/dtrace) | ||||
| OPTIONS_EXCLUDE= DTRACE | OPTIONS_EXCLUDE= DTRACE | ||||
| .endif | .endif | ||||
| .for a in aarch64 armv6 armv7 \ | .for a in aarch64 armv6 armv7 \ | ||||
| mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ | riscv64 | ||||
| riscv64 riscv64sf | |||||
| OPTIONS_EXCLUDE_${a}= DTRACE | OPTIONS_EXCLUDE_${a}= DTRACE | ||||
| .endfor | .endfor | ||||
| OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
| DOT_INC_DESC= Add '.' to @INC (unsafe) | DOT_INC_DESC= Add '.' to @INC (unsafe) | ||||
| GDBM_DESC= GDBM_File extension | GDBM_DESC= GDBM_File extension | ||||
| MULTIPLICITY_DESC= Use multiplicity | MULTIPLICITY_DESC= Use multiplicity | ||||
| PERL_64BITINT_DESC= Use 64 bit integers (on i386) | PERL_64BITINT_DESC= Use 64 bit integers (on i386) | ||||
| ▲ Show 20 Lines • Show All 143 Lines • Show Last 20 Lines | |||||