summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-10 21:04:50 (GMT)
committerAlexey Neyman <stilor@att.net>2017-04-10 21:04:50 (GMT)
commit2692b468c0edf43004b3bf6b9f5abc94d5dd2a12 (patch)
treea256ca84cd8c84d33ea2d33357d8bb18a209d2d7 /README.md
parent0d60126579e5026b95c0d2ade9a39f1b91aa3fbb (diff)
Minor fixes in README.md
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5cb8a9b..b0911f1 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,13 @@ Crosstool-NG aims at building toolchains. Toolchains are an essential component
Refer to [documentation at crosstool-NG website](http://crosstool-ng.github.io/docs/) for more information on how to configure, install and use crosstool-NG.
-##########################################
**Note 1:** If you elect to build a uClibc-based toolchain, you will have to prepare a config file for uClibc with <= crosstool-NG-1.21.0. In >= crosstool-NG-1.22.0 you only need to prepare a config file for uClibc(or uClibc-ng) if you really need a custom config for uClibc.
**Note 2:** If you call `ct-ng --help` you will get help for `make(2)`. This is because ct-ng is in fact a `make(2)` script. There is no clean workaround for this.
## Repository layout
-|URL | Purpose |
-|---|---|
-| https://github.com/crosstool-ng/crosstool-ng/ | Main development repository |
-
-To clone the repository:
+To clone the crosstool-NG repository:
```
git clone https://github.com/crosstool-ng/crosstool-ng