mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-23 20:21:02 -05:00
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