The alloca() interface has been a macro expanding to __builtin_alloca()
since 2003 (commit 79806b4cdce0, included in FreeBSD 5.2). As such, no
correct program linked to this symbol on any shipped arm release (arm
was added in 6.0).
Between this and armv7's Tier-2 status, remove this implementation
entierly.