diff options
author | Stafford Horne <shorne@gmail.com> | 2017-03-13 01:39:27 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-05-15 16:02:32 +0300 |
commit | 706e71bed74bcd9f6638a90a0f4131c8c8235b6a (patch) | |
tree | dd02ddd07eb7b38b6bab036b4987aaa4b889fd76 /arch/openrisc/configs | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-706e71bed74bcd9f6638a90a0f4131c8c8235b6a.tar.xz |
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>
Diffstat (limited to 'arch/openrisc/configs')
-rw-r--r-- | arch/openrisc/configs/or1ksim_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |