X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d87eafcef33151dc5484c851efe46ffe511735a..aea2ea872168ca167fb5c4e68d60466a4516f42e:/toolchain/gcc/common.mk diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ac33c3b86..7448684e5 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -60,8 +60,8 @@ else ifeq ($(PKG_VERSION),4.4.6) PKG_MD5SUM:=ab525d429ee4425050a554bc9247d6c4 endif - ifeq ($(PKG_VERSION),4.6.1) - PKG_MD5SUM:=c57a9170c677bf795bdc04ed796ca491 + ifeq ($(PKG_VERSION),4.6.2) + PKG_MD5SUM:=028115c4fbfb6cfd75d6369f4a90d87e endif endif endif @@ -155,10 +155,6 @@ else --enable-__cxa_atexit endif -ifdef CONFIG_powerpc - TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS)) -endif - ifneq ($(GCC_ARCH),) GCC_CONFIGURE+= --with-arch=$(GCC_ARCH) endif