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

Bug#433172: error in debian/rules.defs: ssp_no_archs when DEB_CROSS defined can't be used because ssp_no_archs variable is redefined right after



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.
> 



Reply to: