diff options
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index 2951c689c7..1e2ecdc21a 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -220,11 +220,11 @@ [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
|