OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 30... Line 30...
30   30  
31 ifeq ($(PKG_VERSION),5.5.0) 31 ifeq ($(PKG_VERSION),5.5.0)
32 PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87 32 PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87
Line 33... Line 33...
33 endif 33 endif
34   34  
-   35 ifeq ($(PKG_VERSION),6.3.0)
35 ifeq ($(PKG_VERSION),7.4.0) 36 PKG_HASH:=f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
Line 36... Line 37...
36 PKG_HASH:=eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51 37 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
37 endif 38 endif
38   39  
Line 39... Line 40...
39 ifeq ($(PKG_VERSION),8.3.0) 40 ifeq ($(PKG_VERSION),7.3.0)
40 PKG_HASH:=64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c 41 PKG_HASH:=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
41 endif 42 endif
Line 121... Line 122...
121 --with-abi=$(call qstrip,$(CONFIG_MIPS64_ABI))) \ 122 --with-abi=$(call qstrip,$(CONFIG_MIPS64_ABI))) \
122 $(if $(CONFIG_arc),--with-cpu=$(CONFIG_CPU_TYPE)) \ 123 $(if $(CONFIG_arc),--with-cpu=$(CONFIG_CPU_TYPE)) \
123 --with-gmp=$(TOPDIR)/staging_dir/host \ 124 --with-gmp=$(TOPDIR)/staging_dir/host \
124 --with-mpfr=$(TOPDIR)/staging_dir/host \ 125 --with-mpfr=$(TOPDIR)/staging_dir/host \
125 --with-mpc=$(TOPDIR)/staging_dir/host \ 126 --with-mpc=$(TOPDIR)/staging_dir/host \
126 --disable-decimal-float \ 127 --disable-decimal-float
127 --with-diagnostics-color=auto-if-env -  
128 ifneq ($(CONFIG_mips)$(CONFIG_mipsel),) 128 ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
129 GCC_CONFIGURE += --with-mips-plt 129 GCC_CONFIGURE += --with-mips-plt
130 endif 130 endif
Line -... Line 131...
-   131  
-   132 ifndef GCC_VERSION_4_8
-   133 GCC_CONFIGURE += --with-diagnostics-color=auto-if-env
-   134 endif
131   135  
132 ifneq ($(CONFIG_GCC_DEFAULT_PIE),) 136 ifneq ($(CONFIG_GCC_DEFAULT_PIE),)
133 GCC_CONFIGURE+= \ 137 GCC_CONFIGURE+= \
134 --enable-default-pie 138 --enable-default-pie