1. 11 Jun, 2003 3 commits
    • Nicolas Pitre's avatar
      [ARM PATCH] 1545/1: correct compiler flags for ARMv5TE/XScale · 15750cf2
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      The -march=armv5te issue looks to be fixed in gcc-3.3.
      Since gcc-3.3 is the only gcc version >= 3 that seems to correctly
      compile kernels out of the box I think it would be reasonable to
      apply this patch and no bother with older gcc versions.
      
      Yet gcc-3.3 emits V5TE instructions only when -mcpu=xscale is used,
      but that seems to have been fixed in current CVS so next gcc release
      will use all available instructions properly with -march=armv5te.
      15750cf2
    • Deepak Saxena's avatar
      [ARM PATCH] 1538/1: arch/arm/Makefile and KConfig Big-Endian changes · 6014b728
      Deepak Saxena authored
      Patch from Deepak Saxena
      
      This patch adds some hooks to arch/arm/Makefile to enable proper building
      of big-endian kernels.  It also adds an option to the the top level
      arm KConfig that only allows a big-endian kernel to be built if the sub-arch
      KConfig sets the CONFIG_ARCH_SUPPORTS_BIG_ENDIAN boolean to true. This is
      mainly there to keep people from attemtpting to build a big-endian kernel
      for a system that is not capable of running in big-endian mode.
      6014b728
    • Deepak Saxena's avatar
      [ARM PATCH] 1537/1: big-endian support for do_div64 · 7725a57a
      Deepak Saxena authored
      Patch from Deepak Saxena
      7725a57a
  2. 09 Jun, 2003 16 commits
  3. 08 Jun, 2003 21 commits