summaryrefslogtreecommitdiffstats
path: root/package/jimtcl
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-11-06 15:17:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-11-08 13:34:31 +0100
commitbca1d4af9bf6b60b37bf5d39e9e3e1b827854f52 (patch)
treec90196bf8e7db1b386aa609584bd4d2cded5aed6 /package/jimtcl
parent8a2111258ace2fc4d01a6bb3d3287ec0115eef29 (diff)
downloadbuildroot-bca1d4af9bf6b60b37bf5d39e9e3e1b827854f52.tar.gz
buildroot-bca1d4af9bf6b60b37bf5d39e9e3e1b827854f52.zip
jimtcl: update config.guess / config.sub
Fixes: http://autobuild.buildroot.net/results/284/284876bd649cab26e5ecd696c03c71c077ea7411/ The build system doesn't use autotools, but does use an old version of gnuconfig which doesn't know all the architectures supported by Buildroot, so update config.guess / config.sub like we do in pkg-autotools.mk Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/jimtcl')
-rw-r--r--package/jimtcl/jimtcl.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/jimtcl/jimtcl.mk b/package/jimtcl/jimtcl.mk
index 313970d94a..68c8a914db 100644
--- a/package/jimtcl/jimtcl.mk
+++ b/package/jimtcl/jimtcl.mk
@@ -38,6 +38,12 @@ define JIMTCL_INSTALL_LIB
endef
endif
+# build system doesn't use autotools, but does use an old version of
+# gnuconfig which doesn't know all the architectures supported by
+# Buildroot, so update config.guess / config.sub like we do in
+# pkg-autotools.mk
+JIMTCL_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
+
define JIMTCL_CONFIGURE_CMDS
(cd $(@D); \
$(TARGET_CONFIGURE_OPTS) CCACHE=none \
OpenPOWER on IntegriCloud