aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-10-11 17:49:48 +0000
committerWarner Losh <imp@FreeBSD.org>2021-10-11 17:49:48 +0000
commitc05b382edb173d199ddef86976d594fbbb7bbf24 (patch)
treeaa9e432897ee85f16c4653a67dd19aca26a50a05
parent99eefc727eba667892bb9216410f3588345fe25f (diff)
downloadsrc-c05b382edb173d199ddef86976d594fbbb7bbf24.tar.gz
src-c05b382edb173d199ddef86976d594fbbb7bbf24.zip
Revert "bootstrap: No need to disable shared libraries for bootstrap tools"
This reverts commit e8f26e5dc859a8fbc663e108421f657325ca3054. Although the change worked locally, it's breaking something in the CI build for the riscv64 build (which makes no sense it would only break that since we're building host tools to bootstrap at that point). Sponsored by: Netflix
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fb640eefdb82..9b81d4029608 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -720,6 +720,7 @@ BSARGS= DESTDIR= \
-DNO_CPU_CFLAGS \
-DNO_LINT \
-DNO_PIC \
+ -DNO_SHARED \
MK_ASAN=no \
MK_CTF=no \
MK_CLANG_EXTRAS=no \