diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-01-31 11:28:33 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2020-01-31 16:10:58 +0300 |
commit | a6c5729b0ae1164326c8899a67a40cbe4325e82e (patch) | |
tree | c0262260fc3f9e54c027ca8fd2bac30de7e74f77 /Documentation/openrisc/openrisc_port.rst | |
parent | d5226fa6dbae0569ee43ecfc08bdcd6770fc4755 (diff) | |
download | linux-a6c5729b0ae1164326c8899a67a40cbe4325e82e.tar.xz |
openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
CONFIG_CROSS_COMPILE is gone since commit f1089c92da79 ("kbuild: remove
CONFIG_CROSS_COMPILE support").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'Documentation/openrisc/openrisc_port.rst')
-rw-r--r-- | Documentation/openrisc/openrisc_port.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/openrisc/openrisc_port.rst b/Documentation/openrisc/openrisc_port.rst index a18747a8d191..4b2c437942a0 100644 --- a/Documentation/openrisc/openrisc_port.rst +++ b/Documentation/openrisc/openrisc_port.rst @@ -37,8 +37,8 @@ or Stafford's toolchain build and release scripts. Build the Linux kernel as usual:: - make ARCH=openrisc defconfig - make ARCH=openrisc + make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig + make ARCH=openrisc CROSS_COMPILE="or1k-linux-" 3) Running on FPGA (optional) |