Gentoo Archives: gentoo-embedded

From: Manuel Lauss <manuel.lauss@××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] include dir in embedded system
Date: Sun, 12 Dec 2010 17:05:43
Message-Id: AANLkTinr48Cfu+VS9gupwxwhXYw+C4aEsUGWsoVv0=gZ@mail.gmail.com
In Reply to: [gentoo-embedded] include dir in embedded system by Kfir Lavi
1 On Sun, Dec 12, 2010 at 4:03 PM, Kfir Lavi <lavi.kfir@×××××.com> wrote:
2 > Hi,
3 > After installing ACE on the target, I see that include dir takes a lot of
4 > space:
5 > (build host chroot) goofy usr # du -sh *
6 > 8.7M    include
7 > 2.5M    lib
8 > 72K     share
9 >
10 > This is just for the ACE package.
11 > Is it safe to delete /usr/include in a target machine, where there will not
12 > be any compilations?
13
14 It's safe. Additionally, you can also eliminate all *.a and *.la files in lib/.
15
16 -- mano