diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 16:49:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-23 16:49:09 +0200 |
commit | 8793941652d6aa1c3d02b2f87f691e6d06254b7d (patch) | |
tree | a76b70f6b47d2a7441d22aa236549a02dc493ad0 /bootstrap.sh | |
parent | 739f68b9e45c925ccc5a28b9b796030272575e2b (diff) |
Disable dynamic build system module loading in bootstrap build
We don't really need it so why jump through hoops like trying to portably
link -ldl, etc.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 7d6a895..6eb570f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -146,4 +146,4 @@ done # mode since 4.9 doesn't recognize c++1z. # set -x -"$cxx" "-I$libbutl" -I. -DBUILD2_BOOTSTRAP '-DBUILD2_HOST_TRIPLET="'"$host"'"' -std=c++1y "$@" -o build2/b-boot $r -lpthread -ldl +"$cxx" "-I$libbutl" -I. -DBUILD2_BOOTSTRAP '-DBUILD2_HOST_TRIPLET="'"$host"'"' -std=c++1y "$@" -o build2/b-boot $r -lpthread |