aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fcece2a..beb766b 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ These scripts install the following things in the toolchain :
Supported cross-compiling architectures
---------------------------------------
-- x86 i586-elf
-- arm arm-elf
+- `x86` : use `i586-elf` prefix
+- `arm` (not maintained) : use `arm-elf` prefix
The scripts for both architecture are very similar, feel free to adapt them to other architectures.
@@ -22,7 +22,7 @@ Setting up the cross-compiler
- Create a directory named `usr` in your home directory.
- Add the following line to your `.bashrc` : `export PATH=$PATH:$HOME/usr/bin`
-- Run `cross-<arch>.sh` for the architecture you target
+- Run `cross-<arch>.sh` for the architecture you target.
Go on the internet and read some useless stuff, this step is long.
The compiler is available as `*-gcc` and `*-g++`, where * is one of the prefixes listed above (ex: i586-elf-gcc).