summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-28 08:02:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-28 08:02:34 (EDT)
commit8dd5758f70e7189619b3058b3a395ba5868b6cd3 (patch)
tree643d1b3250f597aaf8fd219d1d4ffe990d28e6dd
parente7acfb96d7287015ea5faff55d237a5a45b0d585 (diff)
Note future default setting of PKG_TARGET_ARCH.
-rwxr-xr-xconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 04b6dd9..39890a8 100755
--- a/config
+++ b/config
@@ -11,6 +11,7 @@ main()
clean
;;
*)
+ # TODO: If PKG_TARGET_ARCH is empty, set it to all supported arches.
for arch in ${PKG_TARGETS}; do
PKG_TARGET_ARCH="${arch}" configure_build
done