[haiku-commits] haiku: hrev48909 - /

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 16 Mar 2015 16:39:07 +0100 (CET)

hrev48909 adds 2 changesets to branch 'master'
old head: f14afd41d9d8db42badef4968c4c7e4bb113e090
new head: 87236c4fb307ff81ff9dd3bdd0baa6bd4b3b33dd
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=87236c4fb307+%5Ef14afd41d9d8

----------------------------------------------------------------------------

620dfc84e9f6: configure: Fix arm target boards in help

87236c4fb307: jam/arm: Add missing overo target board

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
configure | 3 ++-

############################################################################

Commit:      620dfc84e9f62ebcb9b82820555f7cba6688c7a4
URL:         http://cgit.haiku-os.org/haiku/commit/?id=620dfc84e9f6
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sun Mar 15 20:20:48 2015 UTC

configure: Fix arm target boards in help

----------------------------------------------------------------------------

diff --git a/configure b/configure
index 492c8d9..6dc36e1 100755
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ options:
                               architecture of the Haiku to build, subsequent
                               ones the secondary architectures.
   --target-board <board>      ARM only: Specify the board to build for. Must be
-                              one of beagle,raspberry_pi,verdex.
+                              one of beagle,rpi1,rpi2,verdex.
   --update                    re-runs last configure invocation [must be given
                               as first option!]
   --use-clang                 Build with host Clang instead of GCC cross

############################################################################

Revision:    hrev48909
Commit:      87236c4fb307ff81ff9dd3bdd0baa6bd4b3b33dd
URL:         http://cgit.haiku-os.org/haiku/commit/?id=87236c4fb307
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Mon Mar 16 15:38:36 2015 UTC

jam/arm: Add missing overo target board

----------------------------------------------------------------------------

diff --git a/configure b/configure
index 6dc36e1..0f474de 100755
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ options:
                               architecture of the Haiku to build, subsequent
                               ones the secondary architectures.
   --target-board <board>      ARM only: Specify the board to build for. Must be
-                              one of beagle,rpi1,rpi2,verdex.
+                              one of beagle,rpi1,rpi2,verdex,overo.
   --update                    re-runs last configure invocation [must be given
                               as first option!]
   --use-clang                 Build with host Clang instead of GCC cross
@@ -486,6 +486,7 @@ supportedTargetBoards="
        rpi1
        rpi2
        verdex
+       overo
        "
 
 # determine output directory


Other related posts:

  • » [haiku-commits] haiku: hrev48909 - / - kallisti5