From 27838c7763f43a8ad4fbdd070f4f5eda64307fc7 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Mon, 1 Dec 2014 15:36:45 -0500 Subject: [PATCH] Todo notes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd9595..6c37296 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ do this. - -crosssdk and -buildsdk packages - -runtime? (install target libraries on target) - Add SRC_URI components so that cargo doesn't use the network - - Convince cargo not to use '$HOME/.cargo' for storing downloaded source code + - Convince cargo (via env vars or patching) not to use '$HOME/.cargo' for storing downloaded source code + - Upstream local rustc patches for libdir and bindir support ## Pitfalls