canmove, Confirmed users
432
edits
(→Building libIDL: libidl and the release work fine on ARM now.) |
(→Building the Trunk (Mozilla 1.9): the "checkout" and "build" targets are equivalent to, but more commonly used, than "pull_all" / "build_all") |
||
| Line 115: | Line 115: | ||
echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-dir-browser-chinook-armel" >> mozconfig | echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-dir-browser-chinook-armel" >> mozconfig | ||
echo "ac_add_options --disable-tests" >> mozconfig | echo "ac_add_options --disable-tests" >> mozconfig | ||
make -f client.mk | make -f client.mk checkout | ||
make -f client.mk | make -f client.mk build | ||
</pre></code> | </pre></code> | ||