Skip to content

Commit

Permalink
try -latomic once again
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 22, 2020
1 parent 3df6769 commit d49c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L/libjulia/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function configure(version)
LLVM_CXXFLAGS="-I${prefix}/include -std=c++14 -fno-exceptions -fno-rtti -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
LLVM_LDFLAGS="-L${prefix}/lib"
LDFLAGS="-L${prefix}/lib"
LDFLAGS="-L${prefix}/lib -latomic"
CFLAGS="-I${prefix}/include"
# -NDEBUG below fixes the FreeBSD build of Julia 1.4 and 1.5
CXXFLAGS="-I${prefix}/include -DNDEBUG"
Expand Down

0 comments on commit d49c599

Please sign in to comment.