Skip to content

Commit 6dd374b

Browse files
authored
Update toolchain path for cross-compiling
Fixes #1388
1 parent b95c1e7 commit 6dd374b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/kernel/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ source ~/.bashrc
101101
```
102102
If you are on a 64-bit host system, you should use:
103103
```bash
104-
echo PATH=\$PATH:~/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin >> ~/.bashrc
104+
echo PATH=\$PATH:~/tools/arm-bcm2708/arm-linux-gnueabihf/bin >> ~/.bashrc
105105
source ~/.bashrc
106106
```
107107
### Get sources

0 commit comments

Comments
 (0)