Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
    • Tom Rini's avatar
      clang: Update documentation · 3b6407b8
      Tom Rini authored
      
      As of clang-5.0, things have changed a bit.  First, we cannot
      automatically guess -target values as if we do not pass one with CC then
      cc-option will fail.  Second, to disable movt/movw relocations the
      argument has become -mno-movt.
      
      Related to the target part, we cannot use arm-none-eabi as that ends up
      being too generic of an ARM target for things like say rpi_3_32b to
      work.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      3b6407b8
  2. Apr 01, 2016
    • Tom Rini's avatar
      arm: clang: Update support slightly · b745e828
      Tom Rini authored
      
      - Move most of the flags required into LLVM_RELFLAGS to test at build
        time instead of requiring them to be passed in.
      - Update doc/README.clang to reflect this
      - Switch to rpi_2 as the example as it's closer to working out of the
        box than rpi is.
      
      Cc: Jeroen Hofstee <jeroen@myspectrum.nl>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      b745e828
  3. Mar 27, 2016
  4. Feb 06, 2016
  5. Dec 08, 2014
  6. Sep 24, 2014
  7. Sep 11, 2014
Loading