summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-05-13 14:28:04 +0000
committerriastradh <riastradh>2013-05-13 14:28:04 +0000
commitf5dc111efc5a5f97c339983a11e01661d2055008 (patch)
treef85f39e95f76fa0455885cea2bbb4c6d47426622 /doc
parent264605cdea2363bc71da18d99ba1d6e5da0b3c6a (diff)
downloadpkgsrc-f5dc111efc5a5f97c339983a11e01661d2055008.tar.gz
Add question about ${MACHINE} to TODO.crosscompile.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.crosscompile5
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?)