Re: [OpenWrt-Devel] 2012.02 Linaro 4.6

2012-02-12 Thread Otto Solares Cabrera
On Sat, Feb 11, 2012 at 01:34:58PM -0500, jonsm...@gmail.com wrote:
 Updating to Linaro 4.6 2012.02 has fixed those code generation bugs I
 was hitting.  2012.02 can also compile openssl for ARMv5 again (some
 Cortex changes had broken it).

JFYI 2012.02 works fine for me on all my targets, thanks.
--
 Otto
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] 2012.02 Linaro 4.6

2012-02-12 Thread Dave Taht
On Sun, Feb 12, 2012 at 7:09 PM, Otto Solares Cabrera so...@guug.org wrote:
 On Sat, Feb 11, 2012 at 01:34:58PM -0500, jonsm...@gmail.com wrote:
 Updating to Linaro 4.6 2012.02 has fixed those code generation bugs I
 was hitting.  2012.02 can also compile openssl for ARMv5 again (some
 Cortex changes had broken it).

 JFYI 2012.02 works fine for me on all my targets, thanks.
 --
  Otto

Does this imply that the toolchain will be changing at some point,
soon? (otto, does your targets include ar71xx?)

I have a long standing bug with QFQ that I perversely hope is
toolchain related but aside from that...

 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel



-- 
Dave Täht
SKYPE: davetaht
US Tel: 1-239-829-5608
FR Tel: 0638645374
http://www.bufferbloat.net
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] 2012.02 Linaro 4.6

2012-02-11 Thread jonsm...@gmail.com
Updating to Linaro 4.6 2012.02 has fixed those code generation bugs I
was hitting.  2012.02 can also compile openssl for ARMv5 again (some
Cortex changes had broken it).

Index: toolchain/gcc/common.mk
===
--- toolchain/gcc/common.mk (revision 30456)
+++ toolchain/gcc/common.mk (working copy)
@@ -44,10 +44,10 @@
       PKG_MD5SUM:=bc353c1e9d96f69bc4348e06a1c4c4fd
     endif
     ifeq ($(CONFIG_GCC_VERSION),4.6-linaro)
-      PKG_REV:=4.6-2012.01
+      PKG_REV:=4.6-2012.02
       PKG_VERSION:=4.6.3
       PKG_VERSION_MAJOR:=4.6
-      PKG_MD5SUM:=67a101dd91c8df3ca58b74c1dacc77b1
+      PKG_MD5SUM:=2b7887846f8e5ac1ca58fe4dfaabf5a6
     endif
     
PKG_SOURCE_URL:=http://launchpad.net/gcc-linaro/$(PKG_VERSION_MAJOR)/$(PKG_REV)/+download/
     PKG_SOURCE:=$(PKG_NAME)-linaro-$(PKG_REV).tar.bz2
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel