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, new enough for Node.js.
Also, LLVM/clang 14.x is in MarIuX proper, so no pkg-package would need
to be used anymore.
  • Loading branch information
pmenzel committed Jul 11, 2022
1 parent 24f6a95 commit 6974c2f
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 6974c2f

Please sign in to comment.