From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 38CFB1A1E46 for ; Tue, 25 Oct 2016 10:42:28 -0700 (PDT) Received: by mail-wm0-x233.google.com with SMTP id c78so176484481wme.0 for ; Tue, 25 Oct 2016 10:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=173WLUPyx0OXSVtutBv64h18i/xO5hJo9rFN9OUvzLc=; b=Tlp+Mw0ju9nm0EKYgd5TSbr2RtMlW54us+hMFox7Sp5MaIg6vDIAtLk7VLqr8bb+Ip 0GKfYmEsm5HP2cJzqUJzXBX2WQrsZ2SxLaVq7aFwJcIXxqWU/gom8EpPl3N3HfrChYR+ XIJKExAOiI3bjzRWv14pXqCja/OdslOQZPbVQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=173WLUPyx0OXSVtutBv64h18i/xO5hJo9rFN9OUvzLc=; b=J/kBuEXBUsnHHmP8NWbfVOf4jPWBkW2USQbOsfEn77Isn4hl0aGz5JOiW2AW7INyRL seGjIrSW8T3idqkpINWvqsUSZC4oLu3uE6IQJgEER7GdI8j5NYGk481ypbAzai3H14gz iqAnyb+aH8rlwFwDMF1dk7pqFtRjWb5bj260y4f0O9BxEVxClPMyszmmhHgilVKKRtwY sisE9iMbwk8Usy7l1OYk1eQissooIQ0P1TViNbb75aYfgnFaWXInwj5gRbdIyOGtWMCq UrRpFR5rurr6wpqEOAhyIem87/JIZz0HuoTTolb9UV/syDd783MyhfER5iwuJj9Vf/vw Uh0Q== X-Gm-Message-State: ABUngvcoEIrmoXn9hhGQD7zeMmmakR5L7DtOTsYCqM/B5RpXMEnzl9UasrS8p1PMHzQaTaBy X-Received: by 10.194.148.162 with SMTP id tt2mr17892617wjb.147.1477417346812; Tue, 25 Oct 2016 10:42:26 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l130sm4845498wmb.18.2016.10.25.10.42.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Oct 2016 10:42:26 -0700 (PDT) Date: Tue, 25 Oct 2016 18:42:24 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, lersek@redhat.com Message-ID: <20161025174224.GJ1161@bivouac.eciton.net> References: <1477413440-680-1-git-send-email-ard.biesheuvel@linaro.org> <1477413440-680-4-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <1477413440-680-4-git-send-email-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH 3/3] BeagleBoardPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES 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: Tue, 25 Oct 2016 17:42:28 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 25, 2016 at 05:37:20PM +0100, Ard Biesheuvel wrote: > Define DISABLE_NEW_DEPRECATED_INTERFACES on the compiler command line by > default, to prevent deprecated interfaces from being used in core EDK2 > code. > > Bug: https://bugzilla.tianocore.org/show_bug.cgi?id=164 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > BeagleBoardPkg/BeagleBoardPkg.dsc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc > index 2951c689c753..1e2ecdc21ad9 100644 > --- a/BeagleBoardPkg/BeagleBoardPkg.dsc > +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc > @@ -220,11 +220,11 @@ [LibraryClasses.ARM] > > [BuildOptions] > XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7 > - > GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a > - > RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8 > > + *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES > + > ################################################################################ > # > # Pcd Section - list of all EDK II PCD Entries defined by this Platform > -- > 2.7.4 >