diff options
| author | Eric van Gyzen <vangyzen@FreeBSD.org> | 2020-05-12 15:22:40 +0000 |
|---|---|---|
| committer | Eric van Gyzen <vangyzen@FreeBSD.org> | 2020-05-12 15:22:40 +0000 |
| commit | fac6dee9eb58b2b558fec2aea749460ca623f6d6 (patch) | |
| tree | 081b765a37a7fe37a3e96564860bafdaad4d3dc2 /stand/libsa/Makefile | |
| parent | d7452d89ad48587b91d20ed6a9480f832c491502 (diff) | |
Notes
Diffstat (limited to 'stand/libsa/Makefile')
| -rw-r--r-- | stand/libsa/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile index b9b70b93e039..d016a07ff0e6 100644 --- a/stand/libsa/Makefile +++ b/stand/libsa/Makefile @@ -46,11 +46,7 @@ SRCS+= subr_boot.c # Do not generate movt/movw, because the relocation fixup for them does not # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8). # Also, the fpu is not available in a standalone environment. -.if ${COMPILER_VERSION} < 30800 -CFLAGS.clang+= -mllvm -arm-use-movt=0 -.else CFLAGS.clang+= -mno-movt -.endif CFLAGS.clang+= -mfpu=none .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
