On Sun, 2014-04-13 at 14:26 +0100, Ben Hutchings wrote: > On Sat, 2014-04-12 at 15:53 +0300, Fathi Boudra wrote: > > Signed-off-by: Fathi Boudra <fathi.boudra@xxxxxxxxxx> > > Reviewed-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > > > --- > > scripts/package/builddeb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/scripts/package/builddeb b/scripts/package/builddeb > > index f46e4dd..0bf29a6 100644 > > --- a/scripts/package/builddeb > > +++ b/scripts/package/builddeb > > @@ -42,6 +42,8 @@ create_package() { > > debarch=hppa ;; > > mips*) > > debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;; > > + arm64) Now I'm not so sure. As we are comparing with the 'machine' name ($UTS_MACHINE, not $ARCH or $SRCARCH), shouldn't this actually check for aarch64? Ben. > > + debarch=arm64 ;; > > arm*) > > debarch=arm$(grep -q CONFIG_AEABI=y $KCONFIG_CONFIG && echo el || true) ;; > > *) > -- Ben Hutchings One of the nice things about standards is that there are so many of them.
Attachment:
signature.asc
Description: This is a digitally signed message part