Skip to content

Commit

Permalink
node-16.16.0: Use GCC 10.x instead of LLVM
Browse files Browse the repository at this point in the history
GCC in MarIuX was updated from 7.5 to 10.4, and is supported now. Also,
LLVM/clang 14.x is in MarIuX proper, so no package needs to be used
anymore.
  • Loading branch information
pmenzel committed Jul 11, 2022
1 parent 24f6a95 commit 9681b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-16.16.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ exec </dev/null
mkdir -p $PREFIX
cat >$PREFIX/profile <<-EOF
PATH=$PREFIX/bin:\$PATH
. /pkg/llvm-13.0.1-0/profile
if [ -d $PREFIX/.compatlibs ]; then export LD_LIBRARY_PATH=$PREFIX/.compatlibs\${LD_LIBRARY_PATH:+:\$LD_LIBRARY_PATH} ; fi
EOF
. $PREFIX/profile
Expand Down

0 comments on commit 9681b59

Please sign in to comment.