aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2010-08-02 11:49:28 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2010-08-02 11:49:28 +0200
commitba11140fcf7ec73abdfae237f288735b6941b7f6 (patch)
treec78f60b951f5773076a92cfb86cd58bbabd7d1a3
parent23fd3029193ddc9511763fa576e8ceb38a3580f3 (diff)
downloadcross-scripts-ba11140fcf7ec73abdfae237f288735b6941b7f6.tar.gz
cross-scripts-ba11140fcf7ec73abdfae237f288735b6941b7f6.zip
Change to the readme
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index a298968..2f8c98c 100644
--- a/README.md
+++ b/README.md
@@ -5,25 +5,26 @@ Included packages
-----------------
These scripts install the following things in the toolchain :
-* binutils (ld, ...)
-* gcc for C and C++
+
+- binutils (ld, ...)
+- gcc for C and C++
Supported cross-compiling architectures
---------------------------------------
-* x86 i586-elf
-* arm arm-elf
+- x86 i586-elf
+- arm arm-elf
The scripts for both architecture are very similar, feel free to adapt them to other architectures.
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
- Go on the internet and read some useless stuff, this step is long.
+- 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
+ 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).