platform_build/core/combo
Dan Willemsen 9ecbf83259 Add 64-bit windows cross-compiles
This is mostly the same as the existing 2ND_HOST / HOST_CROSS support.

The interesting thing I did here was make x86 the 'first' architecture,
and x86_64 the second. This way LOCAL_MULTILIB := first defaults to
32-bit windows modules.

  windows-x86/bin   <- defaults to 32-bit executables
  windows-x86/lib   <- 32-bit libraries, like before
  windows-x86/lib64 <- 64-bit libraries
  windows-x86/obj   <- 32-bit intermediates
  windows-x86/obj64 <- 64-bit intermediates

Then modules are registered with the names:

  host_cross_liblog    <- 32-bit, like before
  host_cross_liblog_64 <- 64-bit

Bug: 26957718
Change-Id: I9f119411acb43e973ec1e6bca3c1dc291c91556c
2016-02-05 16:33:18 -08:00
..
arch am 76ec0c4c: Merge "Set mcpu targets based on cpu variant." 2015-09-25 16:35:56 +00:00
fdo.mk
HOST_CROSS_windows-x86.mk Switch to Vista instead of Win2K. 2016-01-12 17:56:47 -08:00
HOST_CROSS_windows-x86_64.mk Add 64-bit windows cross-compiles 2016-02-05 16:33:18 -08:00
HOST_darwin-x86.mk Use .KATI_RESTAT to reduce unnecessary rebuilds of binaries 2015-11-04 15:23:59 +09:00
HOST_darwin-x86_64.mk Use .KATI_RESTAT to reduce unnecessary rebuilds of binaries 2015-11-04 15:23:59 +09:00
HOST_linux-x86.mk Be smarter about stack-protector on the host. 2015-12-14 13:20:59 -08:00
HOST_linux-x86_64.mk Be smarter about stack-protector on the host. 2015-12-14 13:20:59 -08:00
javac.mk am 4e2f1903: Merge "Clean up Javac a little bit." 2015-09-02 21:18:38 +00:00
mac_version.mk Allow to build against Mac OS X SDK 10.11. 2015-10-13 18:00:45 -07:00
select.mk Split [CC|CXX]_WRAPPER from [TARGET|HOST]_[CC|CXX] 2015-07-21 14:07:50 -07:00
TARGET_linux-arm.mk Enable -fstack-protector-strong for arm. 2015-12-14 11:17:08 -08:00
TARGET_linux-arm64.mk Merge "Enable -fstack-protector-strong for arm64." 2015-12-18 21:36:49 +00:00
TARGET_linux-mips.mk Turn on stack protector for mips. 2015-12-14 14:15:12 -08:00
TARGET_linux-mips64.mk Turn on stack protector for mips64. 2015-12-14 14:46:38 -08:00
TARGET_linux-x86.mk Enable -fstack-protector-strong for x86. 2015-12-14 11:15:15 -08:00
TARGET_linux-x86_64.mk Enable -fstack-protector-strong for x86-64. 2015-12-14 11:16:20 -08:00