1. May 25, 2016
  2. May 08, 2016
  3. May 06, 2016
  4. Mar 03, 2016
  5. Mar 01, 2016
  6. Feb 15, 2016
  7. Jan 10, 2016
  8. Oct 01, 2015
  9. Sep 25, 2015
  10. Aug 21, 2015
    • Khem Raj's avatar
      clang/classes: Invert the logic to select toolchain and default to clang · 1b0f5de3
      Khem Raj authored
      
      So far we have been selecting which packages are compiled using clang
      this patch changes the logic to use clang by default unless selecting
      
      TOOLCHAIN = "gcc"
      
      explicitly in the recipe
      
      We have not yet enabled clang for native recipes, its only enabled for
      target recipes needing cross compilation as of now.
      
      Get rid of configuration file and move the code to clang.bbclass,
      simplifies the logic
      
      If needed to select gcc to be default system compiler set
      
      TOOLCHAIN = "gcc" in local.conf
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      1b0f5de3
  11. Mar 12, 2015