]> git.enpas.org Git - openwrt.git/commit
cobalt: do not build userland with support for mips1
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Oct 2013 22:10:57 +0000 (22:10 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Oct 2013 22:10:57 +0000 (22:10 +0000)
commitb1eb813ba03fe30b8c8c4dc30b60bdb057f3dc8c
treef76d1ee47ade441351f4d3079dd4e8505ec25654
parent85d36d816d47a441d2c457c550017a90105fd143
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38386 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/cobalt/Makefile