diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2008-09-08 11:04:09 +0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-09-08 08:41:50 +0000 |
commit | 5a20539ce2dad615e8310269cba248e457256f8e (patch) | |
tree | 6e928b4a24d1b2fed0c42f7f5a2a2ae6c24c7966 /Cross/config.sh-arm-linux-n770 | |
parent | c1c45e367d7249b259ceab21bde763fef82ddd7a (diff) | |
download | perl-5a20539ce2dad615e8310269cba248e457256f8e.tar.gz |
- crosscompilation - step 1 of N+1
Message-ID: <48C49629.4000208@vkonovalov.ru>
p4raw-id: //depot/perl@34317
Diffstat (limited to 'Cross/config.sh-arm-linux-n770')
-rw-r--r-- | Cross/config.sh-arm-linux-n770 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index b936f30846..a07fcbbd9a 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -483,6 +483,7 @@ d_tcsetpgrp='define' d_telldir='define' d_telldirproto='define' d_time='define' +d_timegm='define' d_times='define' d_tm_tm_gmtoff='define' d_tm_tm_zone='define' @@ -611,6 +612,7 @@ i64type='long long' i8size='1' i8type='char' i_arpainet='define' +i_assert='define' i_bsdioctl='' i_crypt='define' i_db='undef' @@ -623,6 +625,8 @@ i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' +i_gdbm_ndbm='undef' +i_gdbmndbm='undef' i_grp='define' i_ieeefp='undef' i_inttypes='define' @@ -632,6 +636,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='define' @@ -665,6 +670,7 @@ i_sysmman='define' i_sysmode='undef' i_sysmount='define' i_sysndir='undef' +i_syspoll='define' i_sysparam='define' i_sysresrc='define' i_syssecrt='undef' @@ -806,6 +812,7 @@ nvEUformat='"E"' nvFUformat='"F"' nvGUformat='"G"' nv_preserves_uv_bits='32' +nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0' nveformat='"e"' nvfformat='"f"' nvgformat='"g"' @@ -984,6 +991,7 @@ use64bitall='undef' use64bitint='undef' usecrosscompile='undef' usedl='define' +usedtrace='undef' usefaststdio='define' useithreads='undef' uselargefiles='define' |