From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4476 invoked by alias); 13 Jun 2013 09:22:41 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 4462 invoked by uid 89); 13 Jun 2013 09:22:41 -0000 X-Spam-SWARE-Status: No, score=2.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from blu0-omc3-s27.blu0.hotmail.com (HELO blu0-omc3-s27.blu0.hotmail.com) (65.55.116.102) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 13 Jun 2013 09:22:40 +0000 Received: from BLU168-W7 ([65.55.116.74]) by blu0-omc3-s27.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 13 Jun 2013 02:22:39 -0700 X-TMN: [+lYVnD8yL7iy5WsQ214kUGxr41i1nC04] Message-ID: From: Pitchumani Sivanupandi To: "crossgcc@sourceware.org" Subject: Multiple copies of libraries in sysroot Date: Thu, 13 Jun 2013 09:22:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-06/txt/msg00013.txt.bz2 Hi, I used ct-ng to build arm toolchain (for linux and windows). There are mult= iple library folders generated as follows: arm-none-eabi/lib =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /lib32 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /lib64 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /sysroot/lib =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /sysroot/lib32 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 /sysroot/lib64 Same copy of libraries present inside all these folders (no symlinks). ct-ng config snip: # General toolchain options CT_FORCE_SYSROOT=3Dy CT_USE_SYSROOT=3Dy CT_SYSROOT_NAME=3D"sysroot" CT_SYSROOT_DIR_PREFIX=3D"" CT_WANTS_STATIC_LINK=3Dy CT_STATIC_TOOLCHAIN=3Dy ct-ng version: 1.16.0 Is it possible to avoid redundant copies of libraries and have only one lib= ?=20=09=09=20=09=20=20=20=09=09=20=20 -- For unsubscribe information see http://sourceware.org/lists.html#faq