X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1c0fd705a61e72e315c96bec639b34ecc1c33494..7188f2daaf10264c4020622353aac12780946a90:/toolchain/gcc/Makefile diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index fdcee3f21..0970b2f98 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -54,6 +54,12 @@ else ifeq ($(PKG_VERSION),4.4.0) PKG_MD5SUM:=cf5d787bee57f38168b74d65a7c0e6fd endif + ifeq ($(PKG_VERSION),4,4,1) + PKG_MD5SUM:=927eaac3d44b22f31f9c83df82f26436 + endif + ifeq ($(PKG_VERSION),4.4.2) + PKG_MD5SUM:=70f5ac588a79e3c9901d5b34f58d896d + endif endif PATCH_DIR=./patches/$(GCC_VERSION) @@ -69,6 +75,8 @@ HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final SEP:=, TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)" +export libgcc_cv_fixed_point=no + GCC_CONFIGURE:= \ SHELL="$(BASH)" \ $(HOST_BUILD_DIR)/configure \