diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/clang/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/clang/Makefile.inc b/gnu/usr.bin/clang/Makefile.inc index 4928765acb4..208d27059ae 100644 --- a/gnu/usr.bin/clang/Makefile.inc +++ b/gnu/usr.bin/clang/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.23 2021/05/14 02:29:00 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.24 2021/05/19 23:18:40 drahn Exp $ CLANG_SRCS?= ${.CURDIR}/../../../llvm/clang LLDB_SRCS?= ${.CURDIR}/../../../llvm/lldb @@ -16,10 +16,6 @@ CC= egcc CXX= eg++ .endif -.if ${MACHINE_ARCH} == "riscv64" -LDSTATIC=-static -.endif - DEBUG= NOPIE= |