diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-26 17:37:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-26 17:37:13 (EDT) |
commit | 207cc600808b40a882b54aae61085632ec2776aa (patch) | |
tree | 165dc6dafd8e52f9866ba444133e8aa968b81a30 /config | |
parent | a7522f5da26a81e55cbf2255bdf2205408f4b37a (diff) |
Add buildnative and buildcross targets to build.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |