From cdab455f9a39f68b4a0cb25584f239368d742a19 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 3 Apr 2006 20:12:41 +0000 Subject: Try to fix the build on Mac OS X 10.3. The 'live_support' segment attribute is not supported in this version. --- Modules/_ctypes/libffi/src/powerpc/darwin_closure.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S b/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S index 7959838..6d9a364 100644 --- a/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S +++ b/Modules/_ctypes/libffi/src/powerpc/darwin_closure.S @@ -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 -- cgit v0.12