From: Jose V Beneyto Date: Sat, 29 Nov 2014 22:08:34 +0000 (+0000) Subject: Updated README and .gitignore file X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=f8864e8dc63af915b869ffe0ef357c26ccee1470;p=toolchain.git Updated README and .gitignore file --- 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