Multiple copies of libraries in sysroot

Pitchumani Sivanupandi pitchumani.s@hotmail.com
Thu Jun 13 09:22:00 GMT 2013


Hi,

I used ct-ng to build arm toolchain (for linux and windows). There are multiple library folders generated as follows:
arm-none-eabi/lib
                        /lib32
                        /lib64
                        /sysroot/lib
                        /sysroot/lib32
                        /sysroot/lib64

Same copy of libraries present inside all these folders (no symlinks).

ct-ng config snip:
# General toolchain options
CT_FORCE_SYSROOT=y
CT_USE_SYSROOT=y
CT_SYSROOT_NAME="sysroot"
CT_SYSROOT_DIR_PREFIX=""
CT_WANTS_STATIC_LINK=y
CT_STATIC_TOOLCHAIN=y

ct-ng version: 1.16.0

Is it possible to avoid redundant copies of libraries and have only one lib? 		 	   		  
--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list