mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
vec_longjmp added to list of "forbidden" functions in .exp file.
This commit is contained in:
parent
70d784979c
commit
2afc2c74cd
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ <H2>Rebuilding <code>.exp</code> files for PPC and CFM68K</H2>
|
|||
reference to it in the project (in the "config" section). Next, build PythonCore.
|
||||
This will create a new .exp file. Edit this file to remove the references to
|
||||
the symbols <code>__initialize</code>, <code>__terminate</code>, <code>setjmp</code>,
|
||||
<code>longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
|
||||
<code>longjmp</code>, <code>vec_longjmp</code>, <code>main</code> and (for PPC) <code>__ptmf_null</code> or (for
|
||||
CFM68K) <code>__start</code> and <code>dummy_init_routine</code>.
|
||||
Next, add the .exp file to the project
|
||||
again and rebuild PythonCore. <p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue