summaryrefslogtreecommitdiff
authorPengguang Zhu <pengguang.zhu@amlogic.com>2019-08-08 06:39:41 (GMT)
committer Pengguang Zhu <pengguang.zhu@amlogic.com>2019-08-08 06:43:22 (GMT)
commitb700431e211604687ecea470458fa281e4f07bf6 (patch)
tree4391c6cd0c4ac09c38e9626eabec22fcf89131a9
parent125d09cd100ed1c53bf7d1665d250ff4debde144 (diff)
downloadtdk-p-tv-openlinux-nov.zip
tdk-p-tv-openlinux-nov.tar.gz
tdk-p-tv-openlinux-nov.tar.bz2
provision: fix compile issue for google server [1/1]
BUG=138175872 Problem: there is no arm-linux-gnueabihf- on google server Solution: remove unsupported flags with new compiler Verify: Manual Change-Id: I85dd78f97c03cd0655c163bd933890529a24dedd Signed-off-by: Pengguang Zhu <pengguang.zhu@amlogic.com>
Diffstat
-rwxr-xr-xta_export/mk/link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ta_export/mk/link.mk b/ta_export/mk/link.mk
index 04e94db..0d80d81 100755
--- a/ta_export/mk/link.mk
+++ b/ta_export/mk/link.mk
@@ -17,7 +17,7 @@ cleanfiles += $(link-script-pp) $(link-script-dep)
link-ldflags = $(LDFLAGS)
link-ldflags += -pie
link-ldflags += -T $(link-script-pp) -Map=$(link-out-dir)/$(binary).map
-link-ldflags += --sort-section=alignment
+#link-ldflags += --sort-section=alignment
# Macro to reverse a list
reverse = $(if $(wordlist 2,2,$(1)),$(call reverse,$(wordlist 2,$(words $(1)),$(1))) $(firstword $(1)),$(1))