Message-ID: <O
F9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
p4raw-id: //depot/perl@21390
# libcrypt contains nothing libc wouldn't have.
libswanted=`echo " $libswanted " | sed -e 's/ crypt / /'`
# With the NCR High Performance C Compiler R3.0c, miniperl fails
- # t/op/regexp.t test 461 unless we compile with optimize=-g.
+ # t/op/regexp.t test 461 unless we compile with optimize=-O0.
# Volunteers are needed to determine just which files need special
- # treatment. For now, use optimize=-g for everything.
+ # treatment. For now, use optimize=-O0 for everything.
#
+ d_usleep='undef'
+ d_ualarm='undef'
case "$optimize" in
- '') optimize='-g' ;;
+ '') optimize='-O0' ;;
esac
fi
||
($^O eq 'ultrix')
||
- ($^O eq 'svr4' && -f "/etc/issue" && -f "/etc/.relid") # NCR MP-RAS
+ ($^O =~ /^svr4/ && -f "/etc/issue" && -f "/etc/.relid") # NCR MP-RAS
);
my $inf = eval '2**10000';