diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
commit | d57b1ce7265517b8de654c83dd85f8a9389ca311 (patch) | |
tree | af7593a8700e21dbd8f4004733dce66f37ef649d /Todo-5.6 | |
parent | ee51726982d50898e7825e7502b77681fc7426e7 (diff) | |
parent | 099f76bb8eab859fbb7b90260152c1ead1bf3022 (diff) | |
download | perl-d57b1ce7265517b8de654c83dd85f8a9389ca311.tar.gz |
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5853
Diffstat (limited to 'Todo-5.6')
-rw-r--r-- | Todo-5.6 | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -47,13 +47,7 @@ Configure libswanted <-> usethreads <-> use64bitint <-> use64bitall <-> uselargefiles <-> ... make configuring+building away from source directory work (VPATH et al) - this is related to: cross-compilation configuring - host vs target: compile in the host, get the executable to the target, - get the possible input files to the target, execute in the target, - get possible output files back to to host. this needs to work - both during Configure and during the build. You cannot assume - shared filesystems between the host and the target, executing - the target executable may involve e.g. rsh + this is related to: cross-compilation configuring (see Todo) _r support (see Todo for mode detailed description) POSIX 1003.1 1996 Edition support--realtime stuff: POSIX semaphores, message queues, shared memory, realtime clocks, |