]> git.sur5r.net Git - u-boot/commit
MIPS: Kconfig: optimize gcc -march and -mtune setup
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 26 Dec 2015 18:55:37 +0000 (19:55 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 16 Jan 2016 20:06:46 +0000 (21:06 +0100)
commit0315a28909aa9781706bcd5743f2665220b6b099
treec87b0a889f15f974f0082f9b02b9c7788c6ed265
parent76ada5f8b7bb4b295ced087bd3c34eb8161a1a75
MIPS: Kconfig: optimize gcc -march and -mtune setup

Move setup of -march to arch/mips/Makefile and follow the design on ARM.
Also add a possibility to chose specific CPU tune options.

Signed-off-by: Wills Wang <wills.wang@live.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/config.mk
arch/mips/mach-au1x00/config.mk [deleted file]