Skip to content
Snippets Groups Projects
  1. May 31, 2024
  2. Jul 05, 2023
    • Rodrigo Mesquita's avatar
      configure: Drop Clang command from settings · 53ed21c5
      Rodrigo Mesquita authored and Marge Bot's avatar Marge Bot committed
      Due to 01542cb7 we no longer use the
      `runClang` function, and no longer need to configure into settings the
      Clang command. We used to determine options at runtime to pass clang when
      it was used as an assembler, but now that we configure at configure time
      we no longer need to.
      53ed21c5
  3. Apr 11, 2023
  4. Oct 17, 2022
  5. May 17, 2022
    • Ben Gamari's avatar
      driver: Introduce pgmcxx · fb579e15
      Ben Gamari authored and Marge Bot's avatar Marge Bot committed
      Here we introduce proper support for compilation of C++ objects. This
      includes:
      
       * logic in `configure` to detect the C++ toolchain and propagating this
         information into the `settings` file
       * logic in the driver to use the C++ toolchain when compiling C++
         sources
      fb579e15
  6. Apr 25, 2022
Loading