From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 3E8B01A1DF7 for ; Fri, 5 Aug 2016 05:53:03 -0700 (PDT) Received: by mail-io0-x22e.google.com with SMTP id b62so298738423iod.3 for ; Fri, 05 Aug 2016 05:53:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5sKl18lnbVhp8YhN6sn1sqsb09v7WF64R/mQEsbtk8I=; b=hF0YFSLEIatnWbde69guTB4j1WZHZrACVphjsq7cUbwkyCll5bDqbB1HlUs0cp5H8w HYt1CWizzy9iX8LclRJ87bTtFaPCsUizXNILYaYYzFHhvvEpa4Njk+PatKDG/YJIABJv JPTBBtNVX3PQlpaz64YZhY7VdyzIrbpBiLP9s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5sKl18lnbVhp8YhN6sn1sqsb09v7WF64R/mQEsbtk8I=; b=OHn1xjZkDvh/xKNMvcBuI+2zkmSFmmXb7hIaKChv/wjGy6HsdmHUWkhVQnfzF9Ep7W X3IWG1gd+o3zAOCDYeySPbpVZmYMkQe+fYD2nfPEgoHw/LBoQrC18Ov7bbpVRDgQAzgl CnPW+pC5np1E1Png7YEDFmUpLU+4bsS0LZ34sINJkD6NivCG2SVXP3U2xvTeSpwul+NK CmrNqmI4/ISj8DoZM72OJpx1uCl1Kl9SS/IAALmWTOWRdnmjH/VxsJmCrT1BX0r623V0 bRYQP5GW6jXRqljw6PcETsM59Io088RyNbbEb452Ct6WT/+VOiGDlf7toIkbNJ19Bs5q OX1A== X-Gm-Message-State: AEkoouvCfSkLYEWpgXlM63a9f0ycfPPoYRGShIPX24PnjUrJcyq30oWipEnhVmHe7cgxy9E6Gpc/lStCk7FzVFIu X-Received: by 10.107.129.97 with SMTP id c94mr81642027iod.102.1470401582316; Fri, 05 Aug 2016 05:53:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.15.133 with HTTP; Fri, 5 Aug 2016 05:53:01 -0700 (PDT) In-Reply-To: <1470321767-26921-1-git-send-email-ard.biesheuvel@linaro.org> References: <1470321767-26921-1-git-send-email-ard.biesheuvel@linaro.org> From: Leif Lindholm Date: Fri, 5 Aug 2016 13:53:01 +0100 Message-ID: To: Ard Biesheuvel Cc: Yonghong Zhu , "Gao, Liming" , "edk2-devel (edk2-devel@lists.01.org)" , "Cohen, Eugene" Subject: Re: [PATCH 0/3] Build fixes for ARM/OpenSSL X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 12:53:03 -0000 Content-Type: text/plain; charset=UTF-8 I'm happy with these changes. For the series: Reviewed-by: Leif Lindholm On 4 August 2016 at 15:42, Ard Biesheuvel wrote: > This series addresses some issues that cause the build to be broken > for ARM GCC5 at the moment when including OpensslLib in the build. > > Ard Biesheuvel (3): > ArmPkg/ArmSoftFloatLib: disable LTO build for GCC > ArmPkg/CompilerIntrinsicsLib: make the default memset() weak > BaseTools GCC/ARM: add -fno-builtin to CC flags > > ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf | 2 +- > ArmPkg/Library/CompilerIntrinsicsLib/Arm/memset.S | 8 ++++++++ > BaseTools/Conf/tools_def.template | 2 +- > 3 files changed, 10 insertions(+), 2 deletions(-) > > -- > 2.7.4 >