Re: [LEDE-DEV] [RFC 06/11] sunxi: split into cortex A8 and A7 subtarget

2017-07-18 Thread Hauke Mehrtens
On 07/18/2017 05:32 AM, Yousong Zhou wrote: > On 18 July 2017 at 06:10, Hauke Mehrtens wrote: >> Now we can activate some compiler optimizations for the cortex A7. >> >> Signed-off-by: Hauke Mehrtens >> --- >> package/boot/uboot-sunxi/Makefile | 17 + >> target/linux/sunxi/Makefi

Re: [LEDE-DEV] [RFC 06/11] sunxi: split into cortex A8 and A7 subtarget

2017-07-17 Thread Yousong Zhou
On 18 July 2017 at 06:10, Hauke Mehrtens wrote: > Now we can activate some compiler optimizations for the cortex A7. > > Signed-off-by: Hauke Mehrtens > --- > package/boot/uboot-sunxi/Makefile | 17 + > target/linux/sunxi/Makefile | 3 +-- > target/linux/sunxi/cortexa7

[LEDE-DEV] [RFC 06/11] sunxi: split into cortex A8 and A7 subtarget

2017-07-17 Thread Hauke Mehrtens
Now we can activate some compiler optimizations for the cortex A7. Signed-off-by: Hauke Mehrtens --- package/boot/uboot-sunxi/Makefile | 17 + target/linux/sunxi/Makefile | 3 +-- target/linux/sunxi/cortexa7/target.mk | 12 ++ target/linux/sunxi/cortexa8/target