[haiku-commits] haiku: hrev44078 - build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 29 Apr 2012 01:56:19 +0200 (CEST)

hrev44078 adds 1 changeset to branch 'master'
old head: 6068e439237ee80ed675fb1deb255de6cb252a6f
new head: 80a215135a78c28cc02c6ab5ece2d8551c56f2cb

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

80a2151: BuildSetup: Enable other platforms besides u-boot on arm

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

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

Revision:    hrev44078
Commit:      80a215135a78c28cc02c6ab5ece2d8551c56f2cb
URL:         http://cgit.haiku-os.org/haiku/commit/?id=80a2151
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Sat Apr 28 23:35:38 2012 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
build/jam/BuildSetup |    2 +-

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

diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup
index cd766ca..893e4e5 100644
--- a/build/jam/BuildSetup
+++ b/build/jam/BuildSetup
@@ -225,7 +225,7 @@ switch $(HAIKU_CPU) {
        case arm :
        {
                HAIKU_DEFINES += __ARM__ ;
-               HAIKU_BOOT_PLATFORM = u-boot ;
+               HAIKU_BOOT_PLATFORM ?= u-boot ;
                HAIKU_BOOT_BOARD ?= verdex ;
                HAIKU_BOOT_FLOPPY_IMAGE_SIZE = 1440 ;
                        # in kB (there is not really a floppy on the gumstix ;) 
)


Other related posts:

  • » [haiku-commits] haiku: hrev44078 - build/jam - kallisti5