From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 87487585c0d46532199ffe3deccc04efc3ea8ef4 Date: Mon, 03 Dec 2018 15:22:50 +0000 Message-ID: <20181203152250.9A39C84FDD6@people01.i.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0244449334510812960==" List-Id: --===============0244449334510812960== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 Date: Sun Dec 2 10:23:15 2018 +0000 make.sh: Build for x86_64 by default Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 --===============0244449334510812960==--