summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorAndy Armstrong <andy@hexten.net>2008-01-10 22:20:52 +0000
committerDave Mitchell <davem@fdisolutions.com>2008-05-20 00:34:37 +0000
commit022664f82abd60e41239025718444727467e24c1 (patch)
treef9c7502507fdb4c41b258860ac9e2f1c87508155 /Cross
parentb1afea4db35b445f90150f6ecc382a09cb4739de (diff)
downloadperl-022664f82abd60e41239025718444727467e24c1.tar.gz
Integrate:
[ 32953] [ only the configuration parts; skip MANIFEST mydtrace.h perldtrace.d Makefile.SH cop.h Makefile.SH] Subject: [PATCH] Add dtrace support Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> Date: Thu, 10 Jan 2008 22:20:52 +0000 with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) [ 32963] Subject: [PATCH] sh doesn't know about ! From: Andy Armstrong <andy@hexten.net> Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net> Date: Fri, 11 Jan 2008 19:34:25 +0000 [ 32965] Nit disabling dtrace on VMS (2 single quotes inside double quotes causes symbol interpolation in DCL). [ 32967] Subject: Re: [PATCH] Stop DTrace config option looping in non-interactive mode From: Andy Armstrong <andy@hexten.net> Message-Id: <4C6BD298-5CD3-49EA-8FED-4A6DA24BFA7B@hexten.net> Date: Sat, 12 Jan 2008 20:27:46 +0000 [ 32974] Intermediate update/regen in cleanup process, dtrace support is now backported p4raw-link: @32974 on //depot/perl: 34f1896bf0e6d84b51034730aeb2a94e83c146ba p4raw-link: @32967 on //depot/perl: ea9222e0361fc718c049fb5b7d00308ef9b0978d p4raw-link: @32965 on //depot/perl: 83d8c2948ced54f03b61a7f8d341392ec3470d96 p4raw-link: @32963 on //depot/perl: c9242b3f0d9b2cbf453ac874f8fd5f49f4790fab p4raw-link: @32953 on //depot/perl: 5ac1e9b286b068746476878a8a6206b06828a175 p4raw-id: //depot/maint-5.10/perl@33873 p4raw-integrated: from //depot/perl@32974 'copy in' Porting/Glossary config_h.SH (@32953..) p4raw-integrated: from //depot/perl@32965 'edit in' configure.com (@32953..) p4raw-integrated: from //depot/perl@32963 'edit in' Configure (@32953..) p4raw-integrated: from //depot/perl@32953 'copy in' NetWare/config.wc plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh win32/config.bc win32/config.ce win32/config.gc win32/config.vc win32/config.vc64 (@32705..) 'merge in' Cross/config.sh-arm-linux epoc/config.sh win32/config_H.bc win32/config_H.ce win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@32705..)
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 949f9360f2..1f42a3334e 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -530,6 +530,7 @@ dlsrc='dl_dlopen.xs'
doublesize='8'
drand01='drand48()'
drand48_r_proto='0'
+dtrace=''
dynamic_ext='B ByteLoader Cwd Data/Dumper Devel/DProf Devel/PPPort Devel/Peek Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Opcode POSIX PerlIO/encoding PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Unicode/Normalize XS/APItest XS/Typemap attrs re threads threads/shared'
eagain='EAGAIN'
ebcdic='undef'
@@ -985,6 +986,7 @@ use64bitall='undef'
use64bitint='undef'
usecrosscompile='undef'
usedl='define'
+usedtrace='undef'
usefaststdio='define'
useithreads='undef'
uselargefiles='define'