From f8864e8dc63af915b869ffe0ef357c26ccee1470 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Sat, 29 Nov 2014 22:08:34 +0000 Subject: [PATCH] Updated README and .gitignore file --- .gitignore | 1 + README | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f3dec6a..dcd7aef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ clfs/ crosstools/ work/ +*~ diff --git a/README b/README index 1665103..2de25ab 100644 --- a/README +++ b/README @@ -1,5 +1,9 @@ -To compile the last toolchain just do: -$ git branch 3.0 origin/3.0 -$ git checkout 3.0 +README for toolchain + + +To compile the lastest toolchain: $ make + +Log to a file would be useful: +$ make 2>&1 | tee make.log -- 2.26.2