From 8dd5758f70e7189619b3058b3a395ba5868b6cd3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 28 Jul 2012 08:02:34 -0400 Subject: Note future default setting of PKG_TARGET_ARCH. --- 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 -- cgit v0.9.1