From 207cc600808b40a882b54aae61085632ec2776aa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Apr 2013 17:37:13 -0400 Subject: Add buildnative and buildcross targets to build. --- (limited to 'config') diff --git a/config b/config index 6603113..a140b18 100755 --- a/config +++ b/config @@ -18,8 +18,8 @@ main() PKG_TARGET_ARCH="${arch}" configure_build done >targets.mk - for stamp in configure build install \ - installnative installcross; do + for stamp in configure build buildnative buildcross \ + install installnative installcross; do printf '%s_targets = \\\n' "${stamp}" \ >>targets.mk for arch in ${PKG_TARGETS}; do -- cgit v0.9.1