Skip to content

Commit

Permalink
Merge pull request #1500 from hadfl/clang-18
Browse files Browse the repository at this point in the history
clang-18: set default linker for cross-compiling
  • Loading branch information
oetiker authored Aug 6, 2024
2 parents daa4151 + fe6f626 commit b394609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/clang/build-18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ post_install() {
cxxinc="$CROSSTOOLS/$a/${TRIPLETS[$a]}/include/c++/$crossgccver"
$CAT << EOF >| $cfgfile
--gcc-install-dir=$CROSSTOOLS/$a/lib/gcc/${TRIPLETS[$a]}/$crossgccver
-fuse-ld=$CROSSTOOLS/$a/bin/ld
-stdlib++-isystem$cxxinc
-stdlib++-isystem$cxxinc/${TRIPLETS[$a]}
-stdlib++-isystem$cxxinc/backward
Expand Down

0 comments on commit b394609

Please sign in to comment.