CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/04/15 15:20:06
Modified files:
devel/ti-msp430gcc: Makefile
Added files:
devel/ti-msp430gcc/patches: patch-sources_tools_gcc_bitmap_c
patch-sources_tools_gcc_cgraph_c
patch-sources_tools_gcc_config_elfos_h
patch-sources_tools_gcc_config_msp430_msp430_c
patch-sources_tools_gcc_cppbuiltin_c
patch-sources_tools_gcc_dwarf2cfi_c
patch-sources_tools_gcc_dwarf2out_c
patch-sources_tools_gcc_ipa-devirt_c
patch-sources_tools_gcc_ipa-inline_c
patch-sources_tools_gcc_ipa-profile_c
patch-sources_tools_gcc_ipa-prop_c
patch-sources_tools_gcc_loop-iv_c
patch-sources_tools_gcc_profile_c
patch-sources_tools_gcc_stor-layout_c
patch-sources_tools_gcc_system_h
patch-sources_tools_gcc_toplev_c
patch-sources_tools_gcc_tree-ssa-reassoc_c
patch-sources_tools_gcc_value-prof_c
Log message:
unbreak clang builds of ti-msp430gcc:
- add spaces around BAR in "foo"BAR"foo"
- #include <new> in a higher-up header, avoiding namespace issue with
fancy_abort (sort-of borrowed from FreeBSD gcc ports)