mirror of https://github.com/acidanthera/audk.git
Remove obsolete comment and drive --thumb from here.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9884 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cfbd0c5f1a
commit
e303288bb1
|
@ -157,10 +157,6 @@
|
|||
|
||||
|
||||
[LibraryClasses.ARM]
|
||||
#
|
||||
# Note: This NULL library feature is not yet in the edk2/BaseTools, but it is checked in to
|
||||
# the BaseTools project. So you need to build with the BaseTools project util this feature gets synced.
|
||||
#
|
||||
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
||||
|
||||
|
||||
|
@ -170,7 +166,7 @@
|
|||
XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv6
|
||||
XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
||||
|
||||
RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8
|
||||
RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
|
||||
RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue