From a125281d6aed47ed731f1950939400f7aa17863d Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 25 Oct 2016 18:09:35 +0100 Subject: [PATCH] Omap35xxPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACES 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 --- Omap35xxPkg/Omap35xxPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index 0ec4b5d6c8..580be4d634 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -96,6 +96,7 @@ RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu 7-A RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu 7-A + *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES ################################################################################ # -- 2.39.2