diff options
-rw-r--r-- | doc/TODO.crosscompile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO.crosscompile b/doc/TODO.crosscompile index 47ec00fc105..615861bdd43 100644 --- a/doc/TODO.crosscompile +++ b/doc/TODO.crosscompile @@ -1,4 +1,4 @@ -$NetBSD: TODO.crosscompile,v 1.5 2013/05/12 21:25:16 riastradh Exp $ +$NetBSD: TODO.crosscompile,v 1.6 2013/05/13 14:28:04 riastradh Exp $ * Fix the cross-libtool crock. * Organize NATIVE_xyz and TARGET_xyz better. @@ -12,4 +12,5 @@ $NetBSD: TODO.crosscompile,v 1.5 2013/05/12 21:25:16 riastradh Exp $ * Make cross-OS builds work. Use MACHINE_PLATFORM, not MACHINE_ARCH. * Judiciously insert ${CROSS_DESTDIR} into various `.if exists(/xyz)'. * Teach pbulk about TOOL_DEPENDS so it can easily do bulk cross-builds. -* Distinguish host build-time tools from target run-time tools.
\ No newline at end of file +* Distinguish host build-time tools from target run-time tools. +* If you set MACHINE_ARCH, what should MACHINE be? (Avoid using it?) |