summaryrefslogtreecommitdiffstats
path: root/package/usb_modeswitch
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-11-06 15:17:10 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-11-08 13:34:39 +0100
commit90d86994f86fec8578772a8a7465bf912c69e1ca (patch)
tree2992f03a8d71ebe854bc8aade8bdc2fab92866e1 /package/usb_modeswitch
parentbca1d4af9bf6b60b37bf5d39e9e3e1b827854f52 (diff)
downloadbuildroot-90d86994f86fec8578772a8a7465bf912c69e1ca.tar.gz
buildroot-90d86994f86fec8578772a8a7465bf912c69e1ca.zip
usb_modeswitch: update config.guess / config.sub
Fixes: http://autobuild.buildroot.net/results/fbe/fbe21bd173e6566dd93dddd58d4a848de8a3465e/ The build system of the embedded jimtcl copy 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/usb_modeswitch')
-rw-r--r--package/usb_modeswitch/usb_modeswitch.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/usb_modeswitch/usb_modeswitch.mk b/package/usb_modeswitch/usb_modeswitch.mk
index ea08de256b..c67d4cd583 100644
--- a/package/usb_modeswitch/usb_modeswitch.mk
+++ b/package/usb_modeswitch/usb_modeswitch.mk
@@ -20,6 +20,12 @@ USB_MODESWITCH_BUILD_TARGETS = script
USB_MODESWITCH_INSTALL_TARGETS = install-script
endif
+# build system of embedded jimtcl 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
+USB_MODESWITCH_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
+
define USB_MODESWITCH_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -Wall -I." \
OpenPOWER on IntegriCloud