From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::143; helo=mail-it1-x143.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x143.google.com (mail-it1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 56233211ADA28 for ; Thu, 3 Jan 2019 01:33:47 -0800 (PST) Received: by mail-it1-x143.google.com with SMTP id p197so41978197itp.0 for ; Thu, 03 Jan 2019 01:33:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uOpDzhCpBFl5ONRtyrPEzoJzuNT+xLWRtf/q0rc3Has=; b=dFdXHG6PWYN7EV1HJXPqf+U8agvU7S0b1DYRToa3/cieHKSW80/xZ1cTHCc5evasF+ fvlEO2dzE/3FbDC9Pmwik3CmV2Fmk25NqCH0nb2DbbdG3WkR95kZWOneNIFk+P/bbUAs HKsBqWhLfOw17Io30ziwa8fgLQyW9ik7gqkDU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uOpDzhCpBFl5ONRtyrPEzoJzuNT+xLWRtf/q0rc3Has=; b=PvukqKNXCfmwA8ZglzmFIuI1YnxAdG06tS0Rery1608XrhFhQqeYhYXfxbsKA9otlB QM9U1umyfnCCLNeKLCd185c4eoKPztNu3/ZnLaFdghPvU5mWRpfO86sCsg3n08N9wsXh 91wVh2fIkuDg75YyjzNk/gjxcZJ4i7OQPaiqbUSHoA5Xq1UFnRJ0wG12BceXU2Y+UtyR o6SekgzX8DbhVZ2ZzTPlXLBVPKPLk9E4aoUAe1LtWJKA8njWgF9Ff8fnvn5LfP5ILxNi 9cE53n23ytE5CR1JepVVUAH+FZOLfEEGgTI9GY+pdu63n+b499BO+llXfeSDWrRpE+Bd M+yA== X-Gm-Message-State: AA+aEWbK5SYFASHfhI8ZLhC8ui3pZJeiy6GSqbkzQVPEPkzkKkeLKHrx oaHOmY5UObd8QWV9RrxmbXmGZovsQcR2VZ2z0iu98A== X-Google-Smtp-Source: AFSGD/XgwbNpPUvy7eBkcBeADeQDtLanWFQYXXBKN5sXHSSTTqjT/bYUr1gkInoUWFw3F61GJ9292VVp5GUdb3vgqGA= X-Received: by 2002:a02:183:: with SMTP id 3mr31795909jak.130.1546508026353; Thu, 03 Jan 2019 01:33:46 -0800 (PST) MIME-Version: 1.0 References: <20190103024816.9236-1-lersek@redhat.com> <20190103024816.9236-25-lersek@redhat.com> In-Reply-To: <20190103024816.9236-25-lersek@redhat.com> From: Ard Biesheuvel Date: Thu, 3 Jan 2019 10:33:35 +0100 Message-ID: To: Laszlo Ersek Cc: edk2-devel-01 , Leif Lindholm Subject: Re: [PATCH 24/26] ArmPkg/ArmSoftFloatLib: drop build flags specific to GCC46/GCC47 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 09:33:47 -0000 Content-Type: text/plain; charset="UTF-8" On Thu, 3 Jan 2019 at 03:49, Laszlo Ersek wrote: > > We've removed BaseTools support for GCC44..GCC47. Drop > ArmPkg/ArmSoftFloatLib build flags that are specific to any of those gcc > versions. (See also commit 01627dba0911, "ArmPkg/ArmSoftfloatLib: restrict > -fno-tree-vrp option to GCC46 and GCC47", 2015-12-15). > > No GCC44..GCC47 references remain under ArmPkg after this patch. > > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1377 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel > --- > > Notes: > Build-tested with a 32-bit ArmVirtQemu build, with -D > SECURE_BOOT_ENABLE, using the GCC5 toolchain. Such a build consumes > ArmSoftFloatLib via OpensslLib. > > ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf b/ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf > index 3c76381b25dc..9c4cd62b3dd9 100644 > --- a/ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf > +++ b/ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf > @@ -49,6 +49,4 @@ [Packages] > > [BuildOptions] > GCC:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC -Wno-enum-compare -fno-lto > - *_GCC46_*_CC_FLAGS = -fno-tree-vrp > - *_GCC47_*_CC_FLAGS = -fno-tree-vrp > RVCT:*_*_*_CC_FLAGS = -DSOFTFLOAT_FOR_GCC > -- > 2.19.1.3.g30247aa5d201 > >