Browse Source

openrisc: Change toolchain from or32- to or1k-

The openrisc toolchain prefix changed a few years ago.  No one
should be using this anylonger. This also saves from people
having to manually update or specify this every build.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Stafford Horne 8 years ago
parent
commit
706e71bed7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/openrisc/configs/or1ksim_defconfig

+ 1 - 1
arch/openrisc/configs/or1ksim_defconfig

@@ -1,4 +1,4 @@
-CONFIG_CROSS_COMPILE="or32-linux-"
+CONFIG_CROSS_COMPILE="or1k-linux-"
 CONFIG_NO_HZ=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_BLK_DEV_INITRD=y