From 69c642d575d015ddf86f28a4e0f647a8108269f5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 27 Oct 2017 11:09:09 +0000 Subject: Add extra split rule for GLIBC locale-archive file This reduces the output size of bootstrap/stage3-sysroot.bst from 500MB to 350MB. --- project.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.conf b/project.conf index 699a1ce8..bbccf5e6 100644 --- a/project.conf +++ b/project.conf @@ -106,3 +106,8 @@ arches: ppc64l: variables: cpu: powerpc64le + +split-rules: + locale: + (>): + - "%{libdir}/locale/locale-archive" -- cgit v1.2.1