Переглянути джерело

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 <[email protected]>

SVN-Revision: 38386
Hauke Mehrtens 12 роки тому
батько
коміт
dd3f451d55
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      target/linux/cobalt/Makefile

+ 1 - 1
target/linux/cobalt/Makefile

@@ -11,7 +11,7 @@ BOARD:=cobalt
 BOARDNAME:=Cobalt Microservers
 FEATURES:=targz pci ext4 display
 CPU_TYPE := 5k
-CPU_CFLAGS_5k := -mtune=r5000
+CPU_CFLAGS_5k := -march=r5000
 MAINTAINER:=Florian Fainelli <[email protected]>
 
 LINUX_VERSION:=3.3.8