Add cxa_guard functions for C++ ABI compatibility
This commit is contained in:
parent
8574dabf74
commit
e86960a283
2 changed files with 51 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ import subprocess
|
|||
files = [
|
||||
'boot.s',
|
||||
'Main.cc',
|
||||
'Console.cc'
|
||||
'Console.cc',
|
||||
'cxa.cc',
|
||||
]
|
||||
|
||||
toolchain_bin = Dir(os.environ['POLKA_TOOLCHAIN']).Dir('bin')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue