Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -25,19 +25,6 @@ HOST_GCC_INITIAL_SUBDIR = build
|
||||
|
||||
HOST_GCC_INITIAL_PRE_CONFIGURE_HOOKS += HOST_GCC_CONFIGURE_SYMLINK
|
||||
|
||||
# gcc on ARC has a bug: in its libgcc, even when no C library is
|
||||
# available (--with-newlib is passed, and therefore inhibit_libc is
|
||||
# defined), it tries to use the C library for the libgmon
|
||||
# library. Since it's not needed in gcc-initial, we disabled it here.
|
||||
ifeq ($(BR2_GCC_VERSION_4_8_ARC),y)
|
||||
define HOST_GCC_INITIAL_DISABLE_LIBGMON
|
||||
$(SED) 's/crtbeginS.o libgmon.a crtg.o/crtbeginS.o crtg.o/' \
|
||||
$(@D)/libgcc/config.host
|
||||
endef
|
||||
HOST_GCC_INITIAL_POST_PATCH_HOOKS += HOST_GCC_INITIAL_DISABLE_LIBGMON
|
||||
HOST_GCC_INITIAL_POST_RSYNC_HOOKS += HOST_GCC_INITIAL_DISABLE_LIBGMON
|
||||
endif
|
||||
|
||||
HOST_GCC_INITIAL_CONF_OPTS = \
|
||||
$(HOST_GCC_COMMON_CONF_OPTS) \
|
||||
--enable-languages=c \
|
||||
@@ -61,7 +48,8 @@ HOST_GCC_INITIAL_INSTALL_OPTS += install-target-libgcc
|
||||
endif
|
||||
|
||||
HOST_GCC_INITIAL_TOOLCHAIN_WRAPPER_ARGS += $(HOST_GCC_COMMON_TOOLCHAIN_WRAPPER_ARGS)
|
||||
HOST_GCC_INITIAL_POST_BUILD_HOOKS += TOOLCHAIN_BUILD_WRAPPER
|
||||
HOST_GCC_INITIAL_POST_BUILD_HOOKS += TOOLCHAIN_WRAPPER_BUILD
|
||||
HOST_GCC_INITIAL_POST_INSTALL_HOOKS += TOOLCHAIN_WRAPPER_INSTALL
|
||||
HOST_GCC_INITIAL_POST_INSTALL_HOOKS += HOST_GCC_INSTALL_WRAPPER_AND_SIMPLE_SYMLINKS
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user