mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +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) */
|
||||
|
||||
.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:
|
||||
.set L$set$0,LECIE1-LSCIE1
|
||||
.long L$set$0 ; Length of Common Information Entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue