1. 09 Jun, 2002 2 commits
    • Russell King's avatar
      [ARM] Fix ARM build (, -> _) · 30009ebe
      Russell King authored
      The kbuild infrastructure in 2.5.21 uses the filename to generate a
      dependency file, which is passed into gcc using -Wp,-MD,filename.
      Unfortunately, the ',' in the filename is interpreted by GCC as an
      argument separator for the preprocessor.  So, with a filename
      foo,bar.c gcc ends up passing the three arguments "-MD", "foo" and
      "bar.c" to cpp, which promptly complains.
      
      We therefore rename these files to use an underscore instead of a
      comma.
      30009ebe
    • Russell King's avatar
      Merge http://gkernel.bkbits.net/linus-2.5 · 0494fa17
      Russell King authored
      into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
      0494fa17
  2. 08 Jun, 2002 30 commits
  3. 07 Jun, 2002 8 commits