http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59091
Bug ID: 59091 Summary: __builtin_trap calls abort for arm-linux-gnueabi Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target: arm-linux-gnueabi Right now __builtin_trap calls abort on arm-linux-gnueabi which causes glibc fail to build as that brings in lots of dependencies. The arm back-end should implement a "trap" pattern.