diff options
| author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2021-01-06 17:55:06 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-07 09:31:03 +0000 |
| commit | 7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f (patch) | |
| tree | cd926f5786b67b905e2c475f1b422b7e4ba261e6 /lib/libcompiler_rt | |
| parent | 94ffff68c8e84d4983e3d803575cfdb3e5782515 (diff) | |
Diffstat (limited to 'lib/libcompiler_rt')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 0f42dd516c51..a2325221d0b1 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -15,7 +15,7 @@ CFLAGS+= -I${SRCTOP}/contrib/libcxxrt # gcc has incompatible internal declarations for __divtc3 and __multc3, but has # no option to silence its warning, so make warnings non-fatal. -NO_WERROR.gcc= +MK_WERROR.gcc= no .include "Makefile.inc" |
