https://github.com/KallistiOS/libtsunami/pull/1 broke the building of libtsunami on the legacy toolchain. In our modern ones it seems it was having to ignore KOS' default -std=gnu++98 in order to build.
Tested to now build correctly with the legacy and with experimental toolchain profiles.
I'm not 100% certain, but maybe this is something that should get added to libtsunami's makefiles as well?
https://github.com/KallistiOS/libtsunami/pull/1 broke the building of libtsunami on the legacy toolchain. In our modern ones it seems it was having to ignore KOS' default
-std=gnu++98
in order to build.Tested to now build correctly with the legacy and with experimental toolchain profiles.
I'm not 100% certain, but maybe this is something that should get added to libtsunami's makefiles as well?