From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 38/62] u-boot: Fix build with GCC 10 Date: Sun, 16 Aug 2020 10:29:29 +0000 Message-ID: <20200816102953.3881-38-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4273186422026496795==" List-Id: --===============4273186422026496795== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/u-boot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/u-boot b/lfs/u-boot index ffd558bdd..a0f8dac54 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -33,6 +33,8 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP)-$(MKIMAGE) SUP_ARCH =3D armv5tel aarch64 =20 +CFLAGS +=3D -fcommon + ############################################################################= ### # Top-level Rules ############################################################################= ### --=20 2.20.1 --===============4273186422026496795==--