diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-25 18:09:35 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-26 08:55:16 +0100 |
commit | a125281d6aed47ed731f1950939400f7aa17863d (patch) | |
tree | 3e879e71b7d8dd091b9dcb9a1a1728d8f68cc446 /Omap35xxPkg | |
parent | a19d7081fb988266f7903f0fa45a42ec4bd09350 (diff) | |
download | edk2-a125281d6aed47ed731f1950939400f7aa17863d.tar.gz |
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 <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Omap35xxPkg')
-rw-r--r-- | Omap35xxPkg/Omap35xxPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
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
################################################################################
#
|