sorry, I didn't check, but if arm doesn't support ssp at all, this
should be simplified.

> Package: gcc-4.2
> Version: 4.2-20070712
> 
> Hello,
> 
> In debian/rules.defs I read
> 
> ifdef DEB_CROSS
>   ssp_no_archs = arm armel alpha hppa ia64 m68k mips mipsel hurd-i386
> endif
> ssp_no_archs = alpha hppa ia64 m68k mips mipsel hurd-i386
> 
> which mean that ssp_no_archs is always the same as it is redefined after.
> 
> It could be replaced by:
> 
> ssp_no_archs = alpha hppa ia64 m68k mips mipsel hurd-i386
> ifdef DEB_CROSS
>   ssp_no_archs += arm armel
> endif
> 
> A patch is joined to this mail.
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to