Browse Source

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

Fix Makefile for ARMv8-A AArch32 builds
pull/1174/head
davidcunado-arm 7 years ago
committed by GitHub
parent
commit
11a70d7e3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
Makefile

@ -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)

Loading…
Cancel
Save