mirror of https://gitee.com/openkylin/linux.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 <shorne@gmail.com>
This commit is contained in:
parent
2ea659a9ef
commit
706e71bed7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue