xref: /freebsd/libexec/rtld-elf/arm/Makefile.inc (revision 4dd5edf32af1fb36f50d4949cd7ff2c10951b2f2)
1# $FreeBSD$
2
3# Some of the required math functions (div & mod) are implemented in
4# libcompiler_rt on ARM. The library also needs to be placed first to be
5# correctly linked. As some of the functions are used before we have
6# shared libraries.
7LIBADD+=	compiler_rt
8CFLAGS+=	-mfpu=none
9