commit | 7092c79a14ad718864a189fb096dfe4a12fd5a1e | [log] [tgz] |
---|---|---|
author | Dehao Chen <dehao@google.com> | Wed Jul 23 14:28:58 2014 -0700 |
committer | Ying Wang <wangying@google.com> | Wed Jul 23 16:34:07 2014 -0700 |
tree | a0247340839c559fc1a1dc2b6d5861cd2cc068bd | |
parent | 38470c3fffd25a300045d62cccc8ab129cb71349 [diff] [blame] |
Refactor FDO support code to ensure arm64 can also be built with FDO. Change-Id: I752c9f411b0a046a15c72b4837efc1fb0503b470
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index 02c4b99..f57f695 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk
@@ -49,6 +49,7 @@ endif include $(TARGET_ARCH_SPECIFIC_MAKEFILE) +include $(BUILD_SYSTEM)/combo/fdo.mk # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else ifeq ($(strip $(TARGET_TOOLS_PREFIX)),)