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 575ea031f3ed28295b1c34794fd2cafcc7240252 (commit) from 57f1afd4728fc070c4d2736362767d6d2adffab5 (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 575ea031f3ed28295b1c34794fd2cafcc7240252 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu May 27 18:57:24 2010 +0200
Fix toolchain build at Fedora13 and Ubuntu10.04.
-----------------------------------------------------------------------
Summary of changes: lfs/gcc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/gcc b/lfs/gcc index c56fc73..b6a261a 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -94,7 +94,8 @@ ifeq "$(PASS)" "1" --disable-nls \ --enable-shared \ --enable-languages=c - EXTRA_MAKE = bootstrap BOOT_LDFLAGS="-static" + EXTRA_MAKE = + #bootstrap BOOT_LDFLAGS="-static" EXTRA_INSTALL = else TARGET = $(DIR_INFO)/$(THISAPP)-tools2
hooks/post-receive -- IPFire 2.x development tree