CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/07/03 11:46:07
Modified files:
lang/rust : Makefile
Log message:
bootstrap: don't require llvm-strip
llvm strip(1) is shipped by base on most architectures where rust is
built. No need to require llvm-strip(1) from devel/llvm (currently
unused on all archs) for the bootstrap target.
ok semarie@ (maintainer)
