diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-28 22:37:55 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-28 22:37:55 +0000 |
commit | 076c05050d7d930d35aa9d4de8ebba8eb3193f2b (patch) | |
tree | a878e4ff648f6cf8e2d5189349c470e3d4c62c6b /Omap35xxPkg | |
parent | aaeef06375a53c77edc44fa8e5f813c227d16dea (diff) | |
download | edk2-076c05050d7d930d35aa9d4de8ebba8eb3193f2b.tar.gz edk2-076c05050d7d930d35aa9d4de8ebba8eb3193f2b.tar.bz2 edk2-076c05050d7d930d35aa9d4de8ebba8eb3193f2b.zip |
Set the default compilers arch flags for these packages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10552 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg')
-rw-r--r-- | Omap35xxPkg/Omap35xxPkg.dsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index 31c0bc7ec0..5e4fa30145 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -91,6 +91,9 @@ XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7 + GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb + GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a + RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu 7-A RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu 7-A |