An error occurred fetching the project authors.
  1. 14 May, 2003 1 commit
  2. 06 May, 2003 1 commit
  3. 15 Apr, 2003 1 commit
    • Alex Williamson's avatar
      [PATCH] ia64: fix GENERIC build · a61f0ba8
      Alex Williamson authored
      This fixes a couple problems with the generic target in the latest
      2.5.67 kernel.  First is simply a fix for the addition of readX in
      the machvec.  The second gets things to link in roughly the same order
      when using a generic vs zx1 flavor.  With the current code, sba_init()
      is called in the right place when using a zx1 flavor kernel, but
      happens way too early on a generic kernel.
      a61f0ba8
  4. 26 Mar, 2003 1 commit
  5. 24 Mar, 2003 1 commit
    • Wolfgang Mauerer's avatar
      [PATCH] ia64: Cross-compile fix · 1bdbba7a
      Wolfgang Mauerer authored
      the attached patch (against bk-current) fixes a cross 
      compilation problem by using the target specific objdump 
      tool instead of the host specific one.
      1bdbba7a
  6. 18 Mar, 2003 1 commit
  7. 04 Mar, 2003 1 commit
    • Jesse Barnes's avatar
      [PATCH] ia64: SN update · 364545de
      Jesse Barnes authored
      And here's the SN specific part of the update.  This should get an SN2
      compile all the way to the link stage, where I still have some devfs
      stuff to cleanup.
      364545de
  8. 11 Feb, 2003 1 commit
  9. 26 Jan, 2003 2 commits
  10. 24 Jan, 2003 2 commits
  11. 17 Jan, 2003 2 commits
  12. 20 Dec, 2002 1 commit
  13. 16 Dec, 2002 1 commit
  14. 10 Dec, 2002 1 commit
  15. 09 Dec, 2002 2 commits
  16. 24 Oct, 2002 1 commit
  17. 28 Sep, 2002 2 commits
  18. 22 Sep, 2002 1 commit
  19. 20 Sep, 2002 1 commit
  20. 17 Sep, 2002 2 commits
  21. 12 Sep, 2002 1 commit
  22. 04 Sep, 2002 1 commit
  23. 27 Aug, 2002 1 commit
  24. 16 Aug, 2002 2 commits
    • Kai Germaschewski's avatar
      kbuild: Common rule for preprocessing vmlinux.lds · 66f85651
      Kai Germaschewski authored
      Some archs use the C preprocessor to adapt their vmlinux.lds script.
      Introduce a common rule for these arch/*/Makefile's to use.
      66f85651
    • Kai Germaschewski's avatar
      kbuild: Remove HPATH, general cleanup · 66f1fd2f
      Kai Germaschewski authored
      HPATH won't work with separate obj/src dirs, since it doesn't specify
      if we want to look at source or generated files. Fortunately, most uses
      in arch/*/Makefile were superfluous anyway, the others were converted to
      explicitly $(srctree) or $(objtree).
      
      Additionally, a bit more of srctree / objtree related cleanup.
      66f1fd2f
  25. 31 Jul, 2002 1 commit
  26. 20 Jun, 2002 2 commits
  27. 19 Jun, 2002 1 commit
  28. 16 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Remove archdep · f3c28355
      Kai Germaschewski authored
      Since we don't do dependencies up front anymore, archdep does not make
      too much sense anymore. It was mostly unused now anyway, move the
      remaining users to the "prepare" target, which is exactly what is wanted:
      Do some work before the actual build gets started.
      f3c28355
  29. 15 Jun, 2002 1 commit
  30. 24 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Use consistently FORCE instead of dummy · cc4749dc
      Kai Germaschewski authored
      FORCE is the de-facto standard name for a prequisite to force
      recompilation, so instead of using a mix of 'dummy','FORCE' and
      'FORCE_RECOMPILE' use 'FORCE' everywhere.
      
      Also, move figuring out the path relative to the top level dir
      into Rules.make, instead of calling an external script. 
      cc4749dc
  31. 03 May, 2002 1 commit
  32. 05 Apr, 2002 1 commit