1. 08 5月, 2007 1 次提交
  2. 08 12月, 2006 1 次提交
  3. 28 3月, 2006 1 次提交
  4. 05 10月, 2005 1 次提交
  5. 29 9月, 2005 1 次提交
    • A
      [PATCH] uml makefiles sanitized · ecba97d4
      Al Viro 提交于
      UML makefiles sanitized:
       - number of generated headers reduced to 2 (from user-offsets.c and
         kernel-offsets.c resp.).  The rest is made constant and simply
         includes those two.
       - mk_... helpers are gone now that we don't need to generate these
         headers
       - arch/um/include2 removed since everything under arch/um/include/sysdep
         is constant now and symlink can point straight to source tree.
       - dependencies seriously simplified.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      ecba97d4
  6. 06 5月, 2005 1 次提交
    • A
      [PATCH] uml: start cross-build support : mk_user_constants · 8d0b9dc9
      Al Viro 提交于
      Beginning of cross-build fixes.  Instead of expecting that mk_user_constants
      (compiled and executed on the build box) will see the sizeof, etc.  for target
      box, we do what every architecture already does for asm-offsets.  Namely, have
      user-offsets.c compiled *for* *target* into user-offsets.s and sed it into the
      header with relevant constants.  We don't need to reinvent any wheels - all
      tools are already there.
      
      This patch deals with mk_user_constants.  It doesn't assume any relationship
      between target and build environment anymore - we pick all defines we need
      from user-offsets.h.  Later patches will deal with the rest of mk_...  helpers
      in the same way.
      Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8d0b9dc9