[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



Hello,

I confirm, that Arthur patch works to build arm and armel toolchains.
I have been doing Arthur's approach within some patches that i apply.

Regards

2007/7/15, Arthur Loiret <arthur.loiret@gmail.com>:
> 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.
>
> Have a nice day,
>
> Arthur.
>
>


-- 
 Héctor Orón



Reply to: