wut/libraries
Ash Logan fb9b7ab3fb wutstdc++: remove volatile keyword
Who knows? not me. Seems to work okay without it
wut_stdcpp.cpp
/home/ash/src/wut/libraries/wutstdc++/wut_stdcpp.cpp:3:9: error: 
expected '(' before '__volatile__'
 __asm__ __volatile__(
         ^~~~~~~~~~~~
         (
/home/ash/src/wut/libraries/wutstdc++/wut_stdcpp.cpp:4:4: error: 
expected unqualified-id before string constant
    "\t.section\t.text.__wrap___gxx_personality_v0,\"ax\",@progbits\n"
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/ash/src/wut/libraries/wutstdc++/wut_stdcpp.cpp:3:22: error: 
expected ')' before string constant
 __asm__ __volatile__(
                     ~^
                      )
    "\t.section\t.text.__wrap___gxx_personality_v0,\"ax\",@progbits\n"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:13: wut_stdcpp.o] 
Error 1
2019-04-09 20:41:45 +10:00
..
libgfd First pass at adopting a devkitPro-style build system, see details: 2019-02-12 12:46:28 +01:00
libwhb First pass at adopting a devkitPro-style build system, see details: 2019-02-12 12:46:28 +01:00
nn_swkbd First pass at adopting a devkitPro-style build system, see details: 2019-02-12 12:46:28 +01:00
wutcrt Automatically link wutstdc++ when C++ is used 2019-02-12 12:46:34 +01:00
wutdevoptab First pass at adopting a devkitPro-style build system, see details: 2019-02-12 12:46:28 +01:00
wutmalloc wutmalloc: Bugfixes, see details: 2019-02-12 12:46:34 +01:00
wutnewlib wutmalloc: Bugfixes, see details: 2019-02-12 12:46:34 +01:00
wutstdc++ wutstdc++: remove volatile keyword 2019-04-09 20:41:45 +10:00