Skip to content

Application fixes for compiler flag handling

Chris Johns requested to merge chris/rtems_waf:app-fixes into main
  1. Copy CFLAGS into separate CXXFLAGS and ASFLAGS
  2. Python was sharing the same flags which meant any C++ flags were seen in the CFLAGS
  3. Add a configure option group incase there is not one.
  4. Do not force a config.inc when configuring libbsd
  5. Do not overwrite the compiler flags in BSD's configure

Merge request reports