Skip to content
Snippets Groups Projects
  1. Mar 15, 2015
  2. Dec 13, 2014
  3. Feb 18, 2014
  4. Apr 05, 2013
  5. Mar 28, 2013
    • Luka Perkov's avatar
      toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib · c0de55b3
      Luka Perkov authored
      
      It turns out that the symlink may exists already by the time the toolchain
      Makefile gets an opportunity to run. While we asked to replace the target, ln
      doesn't do so until after dereferencing the existing symlink. This results in
      an unintended symlink that refers to itself. Instead, create the link without
      dereferencing any symlinks by using the -n option.
      
      Signed-off-by: default avatarJohn Szakmeister <john@szakmeister.net>
      
      SVN-Revision: 36140
      c0de55b3
  6. Jul 03, 2012
  7. Jun 30, 2012
  8. Apr 28, 2012
  9. Jan 18, 2012
  10. Nov 28, 2011
  11. Apr 04, 2011
  12. Jan 12, 2011
  13. Sep 01, 2010
  14. Jul 20, 2010
  15. Oct 10, 2009
  16. Sep 23, 2009
  17. Jul 26, 2009
  18. Jul 11, 2009
  19. Jan 08, 2009
    • Nicolas Thill's avatar
      add support for alternative C libraries (currently only glibc/eglibc) other... · a3edea1b
      Nicolas Thill authored
      add support for alternative C libraries (currently only glibc/eglibc) other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
      
      SVN-Revision: 13931
      a3edea1b
  20. Jun 15, 2008
  21. Sep 08, 2007
  22. Aug 07, 2007
  23. Jul 30, 2007
  24. Jul 28, 2007
  25. Jun 28, 2007
  26. Apr 18, 2007
  27. Feb 28, 2007
  28. Feb 27, 2007
  29. Feb 25, 2007
  30. Dec 14, 2006
  31. Dec 11, 2006
  32. Oct 31, 2006
Loading