mirror of
https://github.com/python/cpython.git
synced 2026-03-21 20:26:14 +00:00
Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully.
Patch by Floris Bruynooghe.
This commit is contained in:
parent
1fc0231a22
commit
3fd4ea9dab
2 changed files with 6 additions and 0 deletions
|
|
@ -181,7 +181,10 @@ $makexp $expfile "$objfile" $objs
|
|||
# Perform the link.
|
||||
#echo $CC $CCOPT $CCARGS
|
||||
$CC $CCOPT $CCARGS
|
||||
retval=$?
|
||||
|
||||
# Delete the module's export list file.
|
||||
# Comment this line if you need it.
|
||||
rm -f $expfile
|
||||
|
||||
exit $retval
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue