http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59092
Bug ID: 59092 Summary: __builtin_trap calls abort for aarch64-linux-gnu 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 Like bug 59091. Right now __builtin_trap calls abort on aarch64-linux-gnueabi which causes glibc fail to build as that brings in lots of dependencies. The arm back-end should implement a "trap" pattern. See https://sourceware.org/ml/libc-alpha/2013-11/msg00291.html for more information on the glibc failure.