Skip to content
  1. Aug 08, 2014
  2. Aug 07, 2014
  3. May 31, 2014
  4. May 28, 2014
  5. May 21, 2014
  6. May 13, 2014
  7. May 12, 2014
  8. Mar 28, 2014
  9. Feb 27, 2014
  10. Feb 25, 2014
  11. Feb 20, 2014
  12. Feb 11, 2014
  13. Feb 10, 2014
  14. Feb 09, 2014
  15. Feb 04, 2014
  16. Nov 30, 2013
  17. Nov 26, 2013
  18. Nov 18, 2013
  19. Nov 12, 2013
  20. Aug 30, 2013
  21. Aug 29, 2013
  22. Aug 16, 2013
  23. Aug 05, 2013
  24. May 31, 2013
  25. May 27, 2013
  26. May 25, 2013
  27. May 15, 2013
  28. May 11, 2013
    • Gustavo Zacarias's avatar
      toolchain-external: fix bug #5054 · 603293f5
      Gustavo Zacarias authored
      
      
      The external toolchain logic checks (and finds) the proper ARCH_LIB_DIR
      and forcibly copies it to */lib even if it's in */lib64
      This is all well until the check is done for create_lib64_symlinks which
      only verifies if ARCH_SYSROOT_DIR/lib64 is a symlink, which in some
      toolchain it's a real directory (like sourcery x86_64 2012.09) and thus
      doesn't make the symlink in the target.
      
      Fix this by also checking for a real directory.
      
      Easily reproducible by running "make qemu_x86_64_defconfig", switching
      to an external toolchain before build, building and then trying to run
      the resulting image.
      
      Closes bug #5054
      
      Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      603293f5
Loading