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 87487585c0d46532199ffe3deccc04efc3ea8ef4 (commit) from 91e08f20ff75e089847646f4b0b8a0b5eae4aca9 (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 87487585c0d46532199ffe3deccc04efc3ea8ef4 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Dec 2 10:23:15 2018 +0000
make.sh: Build for x86_64 by default
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Difference in files: diff --git a/make.sh b/make.sh index 7e9cd6d9d..339ce94f7 100755 --- a/make.sh +++ b/make.sh @@ -253,7 +253,10 @@ configure_build() {
configure_build_guess() { case "${HOST_ARCH}" in - x86_64|i686|i586) + x86_64) + echo "x86_64" + ;; + i?86) echo "i586" ;;
hooks/post-receive -- IPFire 2.x development tree