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, next has been updated via 71481bd8bb4d6dc869f5d20b6b9b6479a8b6c685 (commit) via f3c01b39e41fe4739ee6bc1b9b7b14d4f1f987e4 (commit) from 025e1fe146c254ddba14cddb02210d0d653cd676 (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 71481bd8bb4d6dc869f5d20b6b9b6479a8b6c685 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jul 7 10:14:37 2017 +0200
core112: reload init to allow correct unmount at reboot
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit f3c01b39e41fe4739ee6bc1b9b7b14d4f1f987e4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jul 7 10:12:28 2017 +0200
toolchain: filter -mfpu from CFLAGS for first pass
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/112/update.sh | 3 +++ lfs/binutils | 3 ++- lfs/ccache | 1 + lfs/gcc | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/112/update.sh b/config/rootfiles/core/112/update.sh index 4aef38b..cb9f0cf 100644 --- a/config/rootfiles/core/112/update.sh +++ b/config/rootfiles/core/112/update.sh @@ -40,6 +40,9 @@ extract_files # update linker config ldconfig
+# reload init +telinit u + # Update Language cache /usr/local/bin/update-lang-cache
diff --git a/lfs/binutils b/lfs/binutils index 8bf6dec..79ac96b 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2017 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -47,6 +47,7 @@ ifeq "$(ROOT)" "" else ifeq "$(PASS)" "1" CFLAGS := $(patsubst -march=%,,$(CFLAGS)) + CFLAGS := $(patsubst -mfpu=%,,$(CFLAGS)) CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS))
TARGET = $(DIR_INFO)/$(THISAPP)-tools1 diff --git a/lfs/ccache b/lfs/ccache index 43f4df7..f7da652 100644 --- a/lfs/ccache +++ b/lfs/ccache @@ -34,6 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)-pass$(PASS)
ifeq "$(PASS)" "1" CFLAGS := $(patsubst -march=%,,$(CFLAGS)) + CFLAGS := $(patsubst -mfpu=%,,$(CFLAGS)) CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS)) endif
diff --git a/lfs/gcc b/lfs/gcc index f04e2df..9325792 100644 --- a/lfs/gcc +++ b/lfs/gcc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2017 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -36,6 +36,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)
CFLAGS := $(patsubst -march=%,,$(CFLAGS)) +CFLAGS := $(patsubst -mfpu=%,,$(CFLAGS)) CFLAGS := $(patsubst -mtune=%,,$(CFLAGS)) CFLAGS := $(patsubst -mfloat-abi=%,,$(CFLAGS)) CFLAGS := $(filter-out -fexceptions,$(CFLAGS))
hooks/post-receive -- IPFire 2.x development tree