commit | 645b8db09a9b834b2e776685ada60ba58f0dcaa1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 27 20:22:23 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 27 20:22:23 2018 +0000 |
tree | 42d53593702f39267d782ea8f25f0430cb2aea52 | |
parent | 69af20f184bbfff7b626a667839282b127aaa63b [diff] | |
parent | b448834e962e185ffb09d8a00ee92b79216dd176 [diff] |
Merge "Do not set entry-point for Windows"
diff --git a/core/definitions.mk b/core/definitions.mk index 873ec7f..fab5e42 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -1986,10 +1986,6 @@ HOST_FPIE_FLAGS := else HOST_FPIE_FLAGS := -pie -# Force the correct entry point to workaround a bug in binutils that manifests with -pie -ifeq ($(HOST_CROSS_OS),windows) -HOST_CROSS_FPIE_FLAGS += -Wl,-e_mainCRTStartup -endif endif ifneq ($(HOST_CUSTOM_LD_COMMAND),true)