diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-11-13 23:16:31 +0100 |
commit | f5022e070a87d595f0f5810833875e8c69a5f1a1 (patch) | |
tree | 0a743e9dec683dc45cc6033d0bcaad0819c2fc43 /package/jimtcl/jimtcl.mk | |
parent | e57335cec2afe1aac395018c988e8946f8c76207 (diff) | |
parent | 071cc43892f4a6c0b26b7a145f844acde31e7ee0 (diff) | |
download | buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.tar.gz buildroot-f5022e070a87d595f0f5810833875e8c69a5f1a1.zip |
Merge tag '2017.11-rc2' into next
master has gained a number of autobuilder bugfixes since rc1, so merge these
to next to also fix them there.
Diffstat (limited to 'package/jimtcl/jimtcl.mk')
-rw-r--r-- | package/jimtcl/jimtcl.mk | 6 |
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 \ |