KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
55 stars 35 forks source link

Fix libtsunami building in legacy toolchain #67

Closed QuzarDC closed 4 months ago

QuzarDC commented 5 months ago

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?

QuzarDC commented 4 months ago

With https://github.com/KallistiOS/KallistiOS/pull/561 it seems this is no longer needed.