1. 21 Jan, 2011 27 commits
  2. 20 Jan, 2011 4 commits
  3. 19 Jan, 2011 7 commits
  4. 18 Jan, 2011 2 commits
    • Mans Rullgard's avatar
      ARM: improve VFP ABI check · 44caaa56
      Mans Rullgard authored
      Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the
      VFP ABI in use, and ARM RVCT defines __SOFTFP__ when using this ABI.
      If none of these are defined, check $cross_prefix and $cc for the
      substring "hardfloat", and finally fall back to a linker test.  This
      gives the correct result in most configurations.
      44caaa56
    • Mans Rullgard's avatar
      b0c1b66a