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)
commitdd3f451d55a7c7983778e62c413fa050fcd226b0
tree6ff0d6a466a2bef97e19ebfca9882faec934f79b
parent59b362a204a142edd38030eca3930fbfee072540
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