[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] gcc 2.8.1



Konrad Kokoszkiewicz wrote:
[...]
> 1) executables produced by the linker have permissions 644 instead of 755.
>    How to fix that? (i.e. how to force the linker to assign proper
>    permissions, not "how to use chmod 755 filename...").

You could try to set uname, but the only thing that worked for me was to
insert a "chmod a+x $@" in the Makefile.

Regards,
	Ralph