1. f5172c7 Switch default gcc toolchain from 4.4.3 to 4.6. by Jing Yu · 12 years ago
  2. cb8f663 Revert "Point arm toolchain to the new gcc-4.6 one." by Jean-Baptiste Queru · 13 years ago
  3. 1f87795 Point arm toolchain to the new gcc-4.6 one. by Jing Yu · 13 years ago
  4. c7a10dd Include toolchain makefile based on the current config. by Ying Wang · 13 years ago
  5. 7bf82e0 Workaround for a gcc-4.6 bug on -fstrict-volatile-bitfields. by Jing Yu · 13 years ago
  6. 4185447 stop using a custom linker script for static executables. by Nick Kralevich · 13 years ago
  7. 6af4bb0 Merge "Fix build problems with gcc-4.6.x." by Jing Yu · 13 years ago
  8. 026a85b enable PIE for dynamically linked executables by Nick Kralevich · 13 years ago
  9. 2b40757 Fix build problems with gcc-4.6.x. by Doug Kwan · 13 years ago
  10. be3689e Conditionally disable -Wno-unused-but-set-variable for gcc-4.6. by Doug Kwan · 13 years ago
  11. 8f77c9d Add .gnu_debuglink when stripping DSOs. by Evgeniy Stepanov · 13 years ago
  12. ecb9577 resolved conflicts for merge of 732936d9 to master by Raphael · 13 years ago
  13. 732936d resolved conflicts for merge of 8508a073 to honeycomb-plus-aosp by Raphael · 13 years ago
  14. c639c78 Lunch: don't use a toolchain that doesn't exist. by Raphael Moll · 13 years ago
  15. fcdabd4 Add LOCAL_GROUP_STATIC_LIBRARIES by Ying Wang · 13 years ago
  16. 0cafe83 build: pass --strip-all, not --strip-debug to strip by Iliyan Malchev · 14 years ago
  17. b375e71 build: remove prelinker build build system by Iliyan Malchev · 14 years ago
  18. bd528a8 Build system tweaks for Valgrind. by Jeff Brown · 14 years ago
  19. 5116e50 Remove usused workaround. by Ben Cheng · 14 years ago
  20. 703e7c6 Build system tweaks for Valgrind. by Jeff Brown · 14 years ago
  21. 3a7e4cc Unify use of $(hide). by Ying Wang · 14 years ago
  22. f5653d1 Regularize use of PRIVATE_CXX. by Ying Wang · 14 years ago
  23. 80e6cce Correct misuse of target/host vars. by Ying Wang · 14 years ago
  24. a83b769 Remove global inline options. by Jing Yu · 14 years ago
  25. efd2489 Insert directives to work around a CPU bug. by Ben Cheng · 14 years ago
  26. 6d98f5f core: fix paths to libm arch-specific include dirs by Dima Zavin · 14 years ago
  27. 9d396e3 Make arm-linux-androideabi toolchain the default for Android build. by Jing Yu · 14 years ago
  28. 584f5b7 Group needed libraries together to solve the cyclic dependence by Jing Yu · 14 years ago
  29. aabbc07 am 90cf34c7: am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  30. 90cf34c am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  31. f0f60cd resolved conflicts for merge of 1a08100f to gingerbread by Ying Wang · 14 years ago
  32. 1a08100 Support to build native libraries with prebuilt NDK by Ying Wang · 14 years ago
  33. 4be5c39 am 0fd96df4: merge from open-source master by The Android Open Source Project · 14 years ago
  34. 0fd96df merge from open-source master by The Android Open Source Project · 14 years ago
  35. 45ac434 Refactor Stripper. Allow a stripper other than SOSLIM to be specified by Bruce Beare · 14 years ago
  36. baff089 Enable ICF link-time optimization. by Doug Kwan · 14 years ago
  37. 438f5f7 Enable shared libraries to use crtbegin_so.S and crtend_so.S by David 'Digit' Turner · 14 years ago
  38. ada132a Switch toolchain from gcc-4.4.0 to gcc-4.4.3 by Jing Yu · 14 years ago
  39. 3e46778 Remove irritating warnings about 'va_list' mangling when building C++ sources. by David 'Digit' Turner · 14 years ago
  40. d868cad Add -Werror=format-security by Nick Kralevich · 14 years ago
  41. 2915cc3 Enable NX protections by Nick Kralevich · 14 years ago
  42. 387e4d0 LOCAL_LDFLAGS should come after TARGET_GLOBAL_LDFLAGS by Nick Kralevich · 14 years ago
  43. 9b4a812 Get rid of $(combo_target) by Jean-Baptiste Queru · 15 years ago[Renamed (82%) from core/combo/linux-arm.mk]
  44. e009f29 Fix build. by Andy McFadden · 15 years ago
  45. c4386e4 am ebed06a2: am 65a731b7: Merge change I8dd26ee4 into eclair-mr2 by Mike Reed · 15 years ago
  46. 8dd26ee remove reference to SK_RELEASE, since that is automatically set based on NDEBUG (or its absence) by Mike Reed · 15 years ago
  47. fa477ba Allow WITH_JIT to be overridden in a custom buildspec.mk file. by Dan Bornstein · 15 years ago
  48. 2dcc806 Add FDO options to Android make system. by Jing Yu · 15 years ago
  49. db95cb4 Enable Dalvik JIT by default for the master branch. by Ben Cheng · 15 years ago
  50. c12c518 enable cortex branch predition errata workaround for armv7-a builds by Erik Gilling · 15 years ago
  51. b845c2f Switch default toolchain to 4.4.0 in master. by Jing Yu · 15 years ago
  52. d53c81d Rename TARGET_ARCH_VERSION to TARGET_ARCH_VARIANT + by David 'Digit' Turner · 15 years ago
  53. 8f51a2a Added support for TARGET_ARCH_VERSION=armv5te-vfp. by Andy McFadden · 15 years ago
  54. 50ca1cf cherry-pick bd215ed9749f8199085b27ab4f21e687c07e9633 by Ed Heyl · 15 years ago
  55. 8acd848 Merge commit '9528248' into master by Dave Bort · 15 years ago
  56. 9528248 core: Don't debug native modules when TARGET_BUILD_TYPE==debug by Dave Bort · 15 years ago
  57. 6fa3704 am 8c9bef6: switch compiler to gcc-4.3.1 by Doug Kwan · 15 years ago
  58. 8c9bef6 switch compiler to gcc-4.3.1 by Doug Kwan · 15 years ago
  59. b7990f7 Modify linux-arm.mk to support the armv4t architecture instead of armv4. by Fredrik Markström · 16 years ago
  60. ccf4b83 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 16 years ago
  61. 6a5f7f0 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  62. 88b6079 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  63. 05806d7 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  64. 70b813e auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  65. 4f85cc5 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  66. e03f023 This is the first set of build system changes to support by Ben Leslie · 16 years ago
  67. b6c1cf6 Initial Contribution by The Android Open Source Project · 16 years ago