From eaf797561fae30f210879c9a442945fa310eeeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 1 Mar 2020 23:43:07 +0100 Subject: [PATCH] linux5.5: remove accidental enable for aarch64* --- srcpkgs/linux5.5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux5.5/template b/srcpkgs/linux5.5/template index bbf97729211..828c8270d3a 100644 --- a/srcpkgs/linux5.5/template +++ b/srcpkgs/linux5.5/template @@ -12,7 +12,7 @@ checksum=b843ef331290559c5cfce99616165154899e3d7906898ec7de5054efd39f7e48 patch_args="-Np1" # XXX restrict archs until all archs are updated. -archs="aarch64* i686* x86_64* ppc* mips*" +archs="i686* x86_64* ppc* mips*" nodebug=yes # -dbg package is generated below manually nostrip=yes