]> Zhao Yanbai Git Server - minix.git/commit
Fix OS X crossbuilds for arm 59/2859/2
authorLionel Sambuc <lionel@minix3.org>
Fri, 10 Oct 2014 09:19:08 +0000 (11:19 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 10 Oct 2014 10:56:41 +0000 (12:56 +0200)
commitce3cb944876a631dad9763355cc9d2ce246487aa
treec564301863bb13811c7751c462d3b747179df6a3
parenteda6f5931d42c77e1480347b1fc3eef2f8d33806
Fix OS X crossbuilds for arm

 - Fixed missing variable interpolation because of single quotes
 - Replaced /bin/sh in gen_uEnv.txt.sh with /usr/bin/env bash as the default
   echo doesn't support '-n'
 - Fixed some whitespace errors
 - A succesful build requires for now to skip the gold linker on OSX.

Change-Id: Id09bf52f45252026e3a58b74e8448ea24a0dab12
releasetools/arm_sdimage.sh
releasetools/gen_uEnv.txt.sh