Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
    • cladmi's avatar
      llvm.inc.mk: completely replace detection of GCC includes · 1802e775
      cladmi authored
      This completely removes the hardcoded/os specific path setting for includes.
      It directly queries gcc include directories.
      
      It takes what was already done by `makefiles/libc/llvm.inc.mk`.
      
      I replaced the `GCC_MULTI_DIR` handling by givining `CFLAGS_CPU` when
      searching for include directories.
      `CFLAGS` cannot be used as it will crash when `-target $(CPU_ARCH)` is
      added.
      It currently requires using deferred variables as `CFLAGS_CPU` can be
      overwritten later in the build process.
      Unverified
      1802e775
  2. Jul 23, 2018
  3. Mar 27, 2018
  4. Feb 21, 2018
  5. Oct 18, 2017
    • Joakim Nohlgård's avatar
      0ad0a39a
    • Joakim Nohlgård's avatar
      openocd: Refactor openocd.sh script · 7713bede
      Joakim Nohlgård authored
      - Merge flash and flash-elf commands since they were identical except
        for the file name of the image
      - Split GDB command from DBG environment variable to allow more easily
        configure front-ends for GDB via environment variables.
      - Remove verbose tests of empty variables and replace by `: ${VAR:=default}`
      - Remove passed command line arguments to sub-functions, they were
        unused in the functions anyway.
      - Remove TUI variable, use `export DBG_EXTRA_FLAGS=-tui` to get the same
        result.
      7713bede
  6. Apr 04, 2017
Loading