Skip to content

Commit

Permalink
llvm: Remove no-op subst on SunOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Oct 9, 2023
1 parent 4206643 commit 673048b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lang/llvm/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.91 2023/10/06 19:15:20 adam Exp $
# $NetBSD: Makefile,v 1.92 2023/10/09 11:31:08 jperkin Exp $
#
# When updating this, please also update:
# devel/include-what-you-use
Expand Down Expand Up @@ -79,7 +79,6 @@ TEST_ENV+= LD_LIBRARY_PATH=${WRKDIR}/build/lib
# all platforms. Change this to a patch if verified.
SUBST_CLASSES.SunOS+= linkmap
SUBST_STAGE.linkmap= pre-configure
SUBST_FILES.linkmap= tools/lto/lto.exports
SUBST_FILES.linkmap+= tools/remarks-shlib/Remarks.exports
SUBST_SED.linkmap= -e '/^LLVM/d'

Expand Down

0 comments on commit 673048b

Please sign in to comment.