From b760269c5914e128c07c66bacdbe86168003e82e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 8 Mar 2019 10:24:17 -0500 Subject: Rip out perl dependency The object splitter was the last major user of perl. There remain a few uses in nofib but we can just rely on the system's perl for this since it's not critical to the build. --- hadrian/cfg/system.config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'hadrian/cfg') diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in index affeeaa5d5..e3c612e0e2 100644 --- a/hadrian/cfg/system.config.in +++ b/hadrian/cfg/system.config.in @@ -23,7 +23,6 @@ system-ghc = @WithGhc@ system-ghc-pkg = @GhcPkgCmd@ tar = @TarCmd@ patch = @PatchCmd@ -perl = @PerlCmd@ xelatex = @XELATEX@ # Python 3 is required to run test driver. -- cgit v1.2.1