summaryrefslogtreecommitdiff
path: root/tools/rbspeex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-05 21:23:35 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-05 21:23:35 +0000
commit1a26524d016c4184a46c118b965889312c1f93c5 (patch)
tree9bd8d1fe95dcaeeb6e35f25f62bf53632f4c26ac /tools/rbspeex
parent139171046677818bf25c384726778f987ff91935 (diff)
downloadrockbox-1a26524d016c4184a46c118b965889312c1f93c5.tar.gz
rockbox-1a26524d016c4184a46c118b965889312c1f93c5.zip
Fix building mkamsboot on OS X.
mkamsboot requires libucl to be linked. Since the introduction of libtools.make the OS X specific universal library isn't triggered anymore so the libucl built uses the wrong architecture. Rockbox Utility builds libucl by itself and still triggers the universal library rule. Since ar can create fat archives but not operate on them adjust the ar call to not try to update the archive -- the archive is created anyway, so asking for an update is not really necessary. Remove any old archive first to make sure we're not trying to update one, since that would now fail. As a result the OS X specific hackery to build both ppc and i386 in a single call isn't necessary anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31585 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/rbspeex')
0 files changed, 0 insertions, 0 deletions