From 893602a9500acf32d186a7029caac1f2dbb89b25 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 9 Oct 2018 15:33:45 +0300 Subject: gcc: remove .bbappend Remove obsolete gcc-sanitizers .bbappend. Changes available via poky (sumo) commit: b46caed47b0f74520cd9280bbe3e3676d9a19046 gcc-sanitizers: Update supported architectures Change-Id: I6110977c3a5bc800a258dd128d291b1864504b99 Reviewed-by: Samuli Piippo --- .../recipes-devtools/gcc/gcc-sanitizers_%.bbappend | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta-boot2qt-distro/recipes-devtools/gcc/gcc-sanitizers_%.bbappend (limited to 'meta-boot2qt-distro') diff --git a/meta-boot2qt-distro/recipes-devtools/gcc/gcc-sanitizers_%.bbappend b/meta-boot2qt-distro/recipes-devtools/gcc/gcc-sanitizers_%.bbappend deleted file mode 100644 index bbbffe3..0000000 --- a/meta-boot2qt-distro/recipes-devtools/gcc/gcc-sanitizers_%.bbappend +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################ -## -## Copyright (C) 2018 The Qt Company Ltd. -## Contact: https://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:GPL$ -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see https://www.qt.io/terms-conditions. For further -## information use the contact form at https://www.qt.io/contact-us. -## -## GNU General Public License Usage -## Alternatively, this file may be used under the terms of the GNU -## General Public License version 3 or (at your option) any later version -## approved by the KDE Free Qt Foundation. The licenses are as published by -## the Free Software Foundation and appearing in the file LICENSE.GPL3 -## included in the packaging of this file. Please review the following -## information to ensure the GNU General Public License requirements will -## be met: https://www.gnu.org/licenses/gpl-3.0.html. -## -## $QT_END_LICENSE$ -## -############################################################################ - -# aarch64 is compatible since GCC 5.1. See poky/master commit -# b46caed47b0f74520cd9280bbe3e3676d9a19046 -RRECOMMENDS_${PN}_append_aarch64 = " liblsan libtsan" -COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64).*-linux' -- cgit v1.2.3-54-g00ecf