|
@@ -38,6 +38,12 @@ define JIMTCL_INSTALL_LIB
|
|
endef
|
|
endef
|
|
endif
|
|
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
|
|
define JIMTCL_CONFIGURE_CMDS
|
|
(cd $(@D); \
|
|
(cd $(@D); \
|
|
$(TARGET_CONFIGURE_OPTS) CCACHE=none \
|
|
$(TARGET_CONFIGURE_OPTS) CCACHE=none \
|