Enable building with -mthumb for ARM by default
authorSteven Luo <steven+maemo@steven676.net>
Mon, 22 Feb 2010 10:06:00 +0000 (02:06 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Mon, 22 Feb 2010 10:06:00 +0000 (02:06 -0800)
commitff4e8ab52186b25065109228e795138e04d03225
treeb279fd552e1857017e63a81e7579440c3eae7c36
parent2bce6757025f1af4da367396049e031c306c54cf
Enable building with -mthumb for ARM by default

The Diablo autobuilder passes an invalid DEB_BUILD_OPTIONS (options
should be space-separated, not comma-separated), and the Fremantle
autobuilder doesn't pass "thumb" in DEB_BUILD_OPTIONS at all, so the
existing code was an effective no-op.  We know we want Thumb
instructions by default, so build with -mthumb by default and offer a
"nothumb" option to turn it off.
debian/rules