1. 28 1月, 2008 2 次提交
  2. 30 10月, 2007 1 次提交
  3. 16 10月, 2007 1 次提交
    • S
      kbuild: enable 'make AFLAGS=...' to add additional options to AS · 222d394d
      Sam Ravnborg 提交于
      The variable AFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of AFLAGS with KBUILD_AFLAGS all over
      the tree.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      222d394d
  4. 15 10月, 2007 1 次提交
    • S
      kbuild: enable 'make CFLAGS=...' to add additional options to CC · a0f97e06
      Sam Ravnborg 提交于
      The variable CFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
      tree and enabling one to use:
      make CFLAGS=...
      to specify additional gcc commandline options.
      
      One usecase is when trying to find gcc bugs but other
      use cases has been requested too.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k
      
      Test was simple to do a defconfig build, apply the patch and check
      that nothing got rebuild.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      a0f97e06
  5. 21 9月, 2007 3 次提交
  6. 21 8月, 2007 1 次提交
  7. 26 7月, 2007 1 次提交
  8. 25 7月, 2007 1 次提交
  9. 20 7月, 2007 1 次提交
  10. 12 7月, 2007 1 次提交
  11. 07 7月, 2007 1 次提交
    • P
      sh: Drop -Wa,-dsp for DSP tuning. · 5296307d
      Paul Mundt 提交于
      We already hand off the proper ISA variant with the dsp specifier
      appended, so we don't need to explicitly set -dsp. This causes some
      confusion with certain toolchains that are restricted to -dsp family
      opcodes artificially.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5296307d
  12. 06 7月, 2007 1 次提交
  13. 08 6月, 2007 4 次提交
    • P
      sh: Kill off dead SH7604 support. · b9601c5e
      Paul Mundt 提交于
      This was added during 2.5.x, but was never moved along. This
      can easily be resurrected if someone has one they wish to work
      with, but it's not worth keeping around in its current form.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b9601c5e
    • P
      sh: Wrap CPU tuning through cc-option. · 6240d92f
      Paul Mundt 提交于
      Some compilers don't support the explicit CPU tuning, while binutils
      is still able to handle the special subtype-specific opcodes. Make
      the CFLAG optional, falling back on the compiler default if nothing
      better exists.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      6240d92f
    • P
      sh: Rip out special unknown machvec. · fd8f20e8
      Paul Mundt 提交于
      This kills off the BareCPU board as a "special" machvec, rather,
      we leave this as a default for when no other vector is available,
      or when we want to use it in combination with other vectors for
      testing with generic ops. As sh_mv is copied out anyways (or
      overloaded when an alternate vector is explicitly selected), this
      doesn't consume any additional memory.
      
      The generic machvec can be forcibly selected with sh_mv=generic,
      or by not having any other boards enabled.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      fd8f20e8
    • P
      sh: Get multiple boards in one image working again. · 25f8151b
      Paul Mundt 提交于
      This tidies up the build rules and permits multiple boards to be
      linked in to the same kernel. The earlier Kconfig work ensures that
      the CPU configuration is consistent across the boards, as this is
      the only thing that we can't do dynamically.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      25f8151b
  14. 31 5月, 2007 1 次提交
  15. 07 5月, 2007 5 次提交
  16. 14 2月, 2007 1 次提交
  17. 13 2月, 2007 1 次提交
  18. 12 12月, 2006 1 次提交
  19. 06 12月, 2006 4 次提交
  20. 27 9月, 2006 8 次提交