From: Stafford Horne Date: Sun, 12 Mar 2017 22:39:27 +0000 (+0900) Subject: openrisc: Change toolchain from or32- to or1k- X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=706e71bed74bcd9f6638a90a0f4131c8c8235b6a;p=openwrt%2Fstaging%2Fblogic.git 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 --- diff --git a/arch/openrisc/configs/or1ksim_defconfig b/arch/openrisc/configs/or1ksim_defconfig index 42fe5303a370..eb3fc581cf20 100644 --- a/arch/openrisc/configs/or1ksim_defconfig +++ b/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