All of lore.kernel.org
 help / color / mirror / Atom feed
* [CHERRY-PICK 4.9] builddeb: fix cross-building to arm64 producing host-arch debs
@ 2016-12-18 13:20 Adam Borowski
  2017-01-04 17:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Borowski @ 2016-12-18 13:20 UTC (permalink / raw)
  To: stable

Hi!
Please pick 152b695d for 4.9 (only), it fixes cross-compilation to arm64.

It was reported on Nov 04, acked on Nov 10, accepted into kbuild/rc-fixes
on Nov 24 but somehow not pushed to Linus; it got into mainline only during
the merge window.

As 4.9 is to be used in Debian stretch, {bin,}deb-pkg is going to see quite
a lot of use, especially that kernel-package is mostly kaputt.


Paraphrased diff:
+++ scripts/package/builddeb
        case "$UTS_MACHINE" in
[...]
-       arm64)
+       aarch64|arm64)

(Only "aarch64" being actually needed, "arm64" is left as defense in case
this flips again.)


Meow!
-- 
Autotools hint: to do a zx-spectrum build on a pdp11 host, type:
  ./configure --host=zx-spectrum --build=pdp11

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-04 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-18 13:20 [CHERRY-PICK 4.9] builddeb: fix cross-building to arm64 producing host-arch debs Adam Borowski
2017-01-04 17:40 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.