mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Try to fix the build on Mac OS X 10.3. The 'live_support' segment
attribute is not supported in this version.
This commit is contained in:
parent
fc9fc4764f
commit
cdab455f9a
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ Lfinish:
|
||||||
/* END(ffi_closure_ASM) */
|
/* END(ffi_closure_ASM) */
|
||||||
|
|
||||||
.data
|
.data
|
||||||
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
|
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms
|
||||||
EH_frame1:
|
EH_frame1:
|
||||||
.set L$set$0,LECIE1-LSCIE1
|
.set L$set$0,LECIE1-LSCIE1
|
||||||
.long L$set$0 ; Length of Common Information Entry
|
.long L$set$0 ; Length of Common Information Entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue