freebsd-dev/lib/csu/arm
Andrew Turner 84eacaf728 Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler to
generate code to branch based on an address in a register. This allows us
to have binaries larger than the 32MiB limit of a branch instruction.

The main use of this is with clang. Clang 3.8.0 has been shown to be larger
than the above limit.
2016-01-10 23:41:31 +00:00
..
crt1.c Remove historical GNUC test 2015-12-08 19:32:58 +00:00
crti.S Annotate arm userspace assembler sources stating their tolerance to 2015-09-29 16:09:58 +00:00
crtn.S Annotate arm userspace assembler sources stating their tolerance to 2015-09-29 16:09:58 +00:00
Makefile Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler to 2016-01-10 23:41:31 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00