On Tue, 2012-01-24 at 08:09 -0500, Chet Ramey wrote:
> On 1/23/12 10:17 PM, Jonathan Andrews wrote:
>
> > Im not a gcc expect, I thought the idea of the linker was also to drop
> > unused code but this seems not to be true with gcc as default.
>
> Sure, but it's
On Mon, 2012-01-23 at 20:30 -0500, Chet Ramey wrote:
> On 1/23/12 1:12 AM, Jonathan Andrews wrote:
>
> > I needed a statically linked bash for testing an arm board. I did not
> > expect it to be nearly 3MB though ! It surprises me that a statically
> > linked bash i
On Sat, 2012-01-21 at 19:45 -0500, Chet Ramey wrote:
> On 1/21/12 11:13 AM, Jonathan Andrews wrote:
>
> > I found the fix here, but it would be nice if it could work its way into
> > the source for the next release.
> >
> > http://lists.gnu.org/archive/html/
Trying to compile for an arm target I get this
execute_cmd.c: In function 'execute_pipeline':
execute_cmd.c:2205: error: 'job_control' undeclared (first use in this
function)
execute_cmd.c:2205: error: (Each undeclared identifier is reported only
once
execute_cmd.c:2205: error: for each function i