diff options
| author | Michal Meloun <mmel@FreeBSD.org> | 2020-04-29 14:06:42 +0000 |
|---|---|---|
| committer | Michal Meloun <mmel@FreeBSD.org> | 2020-04-29 14:06:42 +0000 |
| commit | 7838a78269dc1986c121640137d4d5995795f4da (patch) | |
| tree | ca1722c4f2455c7c8bac71714c82eb92b05c12b7 /libexec/rtld-elf | |
| parent | 726122cfdac66888a8387eeb554a89a61ce7e4bc (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index c1fedb42b8a5..de5cc5c22adc 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -48,6 +48,9 @@ MLINKS?= rtld.1 ld-elf.so.1.1 \ rtld.1 ld.so.1 CFLAGS+= -fpic -DPIC $(DEBUG) +CFLAGS.armv6+= -mfpu=none +CFLAGS.armv7+= -mfpu=none + LDFLAGS+= -shared -Wl,-Bsymbolic -Wl,-z,defs -nostdlib -e ${RTLD_ENTRY} # Pull in the dependencies that we use from libc .include "rtld-libc/Makefile.inc" |
