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

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)