summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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