From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 71481bd8bb4d6dc869f5d20b6b9b6479a8b6c685
Date: Fri, 07 Jul 2017 09:19:36 +0100 [thread overview]
Message-ID: <20170707081937.43B231081DE1@git01.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4454 bytes --]
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(a)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(a)ipfire.org>
commit f3c01b39e41fe4739ee6bc1b9b7b14d4f1f987e4
Author: Arne Fitzenreiter <arne_f(a)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(a)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(a)ipfire.org> #
+# Copyright (C) 2007-2017 IPFire Team <info(a)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(a)ipfire.org> #
+# Copyright (C) 2007-2017 IPFire Team <info(a)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
reply other threads:[~2017-07-07 8:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170707081937.43B231081DE1@git01.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox