OSDN Git Service

PIE executables created with mingw use "mainCRTStartup" as their entry point.
authorStephen Hines <srhines@google.com>
Thu, 2 Oct 2014 07:51:11 +0000 (00:51 -0700)
committerStephen Hines <srhines@google.com>
Thu, 2 Oct 2014 07:57:09 +0000 (00:57 -0700)
commita503fb362918363b28637b487eba83e9ad647ceb
tree9f3573ff67026fbc0955e2889a42033beab3aace
parent72f0cf56b362b8a4b6cfefb3f47240aa9e2d5ce6
PIE executables created with mingw use "mainCRTStartup" as their entry point.

Bug: 14416410

Our linker uses "start" as the primary entry point, so we need to adjust this
for mingw-based Windows compiles, or nothing will execute correctly.

Change-Id: I6e99f43e075ef9f00500099ce34ec4425c996454
core/definitions.mk