This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 1852d640e3a1a991c7187c8295d3d645b9b93701 (commit) via aa9b916226988023cd0082f8d53d34baeb783d2e (commit) from da7ab3cf6d7cfea0a9994df7c8cbfd853aa276f5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1852d640e3a1a991c7187c8295d3d645b9b93701 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Dec 30 23:43:41 2011 +0100
toolchain: allow armv5tel toolchain build on armv7l host.
commit aa9b916226988023cd0082f8d53d34baeb783d2e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Dec 30 23:41:39 2011 +0100
toolchain: fix build on ix86.
-----------------------------------------------------------------------
Summary of changes: make.sh | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 415c195..2c8f231 100755 --- a/make.sh +++ b/make.sh @@ -240,7 +240,7 @@ buildtoolchain() { ;;
# ARM - armv5tel:armv5tel|armv5tel:armv5tejl) + armv5tel:armv5tel|armv5tel:armv5tejl|armv5tel:armv7l) # These are working. ;; armv5tel:*) @@ -260,12 +260,11 @@ buildtoolchain() { NATIVEGCC=`gcc --version | grep GCC | awk {'print $3'}` export NATIVEGCC GCCmajor=${NATIVEGCC:0:1} GCCminor=${NATIVEGCC:2:1} GCCrelease=${NATIVEGCC:4:1} ORG_PATH=$PATH - export PATH=$BASEDIR/build/usr/local/bin:$BASEDIR/build/tools/bin:$PATH - lfsmake1 fake-environ PASS=1 lfsmake1 ccache PASS=1 lfsmake1 make PASS=1 lfsmake1 binutils PASS=1 lfsmake1 gcc PASS=1 + export PATH=$BASEDIR/build/usr/local/bin:$BASEDIR/build/tools/bin:$PATH if [ "${MACHINE_TYPE}" = "arm" ]; then lfsmake1 linux TOOLS=1 HEADERS=1 else @@ -273,7 +272,7 @@ buildtoolchain() { fi lfsmake1 glibc lfsmake1 cleanup-toolchain PASS=1 - lfsmake1 fake-environ PASS=2 + lfsmake1 fake-environ lfsmake1 tcl lfsmake1 expect lfsmake1 dejagnu
hooks/post-receive -- IPFire 2.x development tree