1. Oct 01, 2015
  2. Sep 25, 2015
  3. 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
  4. Mar 12, 2015