Subject: Re: Crosscompile linking questions
To: Anders =?iso-8859-1?Q?Nyg=E5rd?= <anders.nygard@netinsight.net>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 07/04/2001 10:06:15
> When I compile and link a program for arm32 on i386 it seems to link in=
> all of libc into the executable. Is there a fix/workaround? Is this
> known behaviour?
Do you really mean the *whole* of libc, or just large chunks of it? How =
big are your executables? Are you linking with something like =
'--whole-archive' (or whatever)?