Merge pull request #1172 from sandrine-bailleux-arm/sb/fix-makefile-aarch32

Fix Makefile for ARMv8-A AArch32 builds
This commit is contained in:
davidcunado-arm 2017-11-24 13:27:50 +00:00 committed by GitHub
commit 11a70d7e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ target32-directive = -target arm-none-eabi
# Will set march32-directive from platform configuration
else
target32-directive = -target armv8a-none-eabi
march32-directive = -march armv8-a
march32-directive = -march=armv8-a
endif
ifeq ($(notdir $(CC)),armclang)