cobalt: do not build userland with support for mips1
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Oct 2013 22:10:57 +0000 (22:10 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 13 Oct 2013 22:10:57 +0000 (22:10 +0000)
commit9d6839381fd711d3f7ca2dd6a2a9b5af56a394a4
treef76d1ee47ade441351f4d3079dd4e8505ec25654
parent643c8080a836d840451d278d9e327aed6407c2bb
cobalt: do not build userland with support for mips1

Without specifying -march gcc uses -march=mips1 by default, but that
causes problems when compiling openssl. Use -march=r5000 instead to
compile a userland optimized for the CPU used on this device.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38386
target/linux/cobalt/Makefile