Unverified Commit 11a70d7e authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

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

Fix Makefile for ARMv8-A AArch32 builds
parents d162a27d da547d4b
...@@ -131,7 +131,7 @@ target32-directive = -target arm-none-eabi ...@@ -131,7 +131,7 @@ target32-directive = -target arm-none-eabi
# Will set march32-directive from platform configuration # Will set march32-directive from platform configuration
else else
target32-directive = -target armv8a-none-eabi target32-directive = -target armv8a-none-eabi
march32-directive = -march armv8-a march32-directive = -march=armv8-a
endif endif
ifeq ($(notdir $(CC)),armclang) ifeq ($(notdir $(CC)),armclang)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment