summaryrefslogtreecommitdiff
path: root/Todo-5.6
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-21 08:56:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-21 08:56:58 +0000
commitd57b1ce7265517b8de654c83dd85f8a9389ca311 (patch)
treeaf7593a8700e21dbd8f4004733dce66f37ef649d /Todo-5.6
parentee51726982d50898e7825e7502b77681fc7426e7 (diff)
parent099f76bb8eab859fbb7b90260152c1ead1bf3022 (diff)
downloadperl-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.68
1 files changed, 1 insertions, 7 deletions
diff --git a/Todo-5.6 b/Todo-5.6
index 35e69492d5..72553630c8 100644
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -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,