Atmosphere/libraries/config
Michael Scire 61e3f0b391 windows: disable -fdata-sections
This causes all data to be emitted as .data$*. This breaks fzero-initialized-in-bss,
because linker puts stuff in .data even when it's all-zero and should end up in .bss.
2023-03-09 23:46:54 -07:00
..
arch ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
board ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
os windows: disable -fdata-sections 2023-03-09 23:46:54 -07:00
templates windows: add brave new mingw compat hook for gcc 12.2.0+ 2023-03-07 22:07:03 -07:00
common.mk ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00