commit | 11a70d7e3ea58ebe183ba18319b87e2f089caf80 | [log] [tgz] |
---|---|---|
author | davidcunado-arm <david.cunado@arm.com> | Fri Nov 24 13:27:50 2017 +0000 |
committer | GitHub <noreply@github.com> | Fri Nov 24 13:27:50 2017 +0000 |
tree | 6fae1e16d2e8d966437ca4fab3b7d3b8cd9ad227 | |
parent | d162a27ddcb0b1e039f48bfa8111f04c6f290063 [diff] | |
parent | da547d4b4e8eccba348495c9ecc7ce22f7e90990 [diff] |
Merge pull request #1172 from sandrine-bailleux-arm/sb/fix-makefile-aarch32 Fix Makefile for ARMv8-A AArch32 builds
diff --git a/Makefile b/Makefile index d186e8b..31ef769 100644 --- a/Makefile +++ b/Makefile
@@ -131,7 +131,7 @@ # 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)