mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
CONFIG_CROSS_COMPILE="or32-linux-"
|
CONFIG_CROSS_COMPILE="or1k-linux-"
|
||||||
CONFIG_NO_HZ=y
|
CONFIG_NO_HZ=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue