public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 87487585c0d46532199ffe3deccc04efc3ea8ef4
@ 2018-12-03 15:22 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2018-12-03 15:22 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1340 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  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(a)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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-03 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03 15:22 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 87487585c0d46532199ffe3deccc04efc3ea8ef4 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox