Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652575
| From | Stafford Horne <shorne@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] openrisc: Change toolchain from or32- to or1k- |
| Date | 2017-05-29 17:00 +0200 |
| Message-ID | <tMujf-1jp-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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> --- arch/openrisc/configs/or1ksim_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/openrisc/configs/or1ksim_defconfig b/arch/openrisc/configs/or1ksim_defconfig index 42fe530..eb3fc58 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 -- 2.9.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] openrisc: Change toolchain from or32- to or1k- Stafford Horne <shorne@gmail.com> - 2017-05-29 17:00 +0200
csiph-web