From: Stephane Glondu Date: Mon, 20 Oct 2008 12:35:41 +0000 (+0200) Subject: Update alpha_ld_no-relax.dpatch X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=993afd7302bea4c98c4aaa5fae6d15add541ad81;p=ocaml.git Update alpha_ld_no-relax.dpatch --- diff --git a/debian/patches/alpha_ld_no-relax.dpatch b/debian/patches/alpha_ld_no-relax.dpatch index a359d35d..888a89d6 100755 --- a/debian/patches/alpha_ld_no-relax.dpatch +++ b/debian/patches/alpha_ld_no-relax.dpatch @@ -7,10 +7,10 @@ @DPATCH@ -diff -urNad trunk~/configure trunk/configure ---- trunk~/configure 2007-03-06 16:02:09.000000000 +0000 -+++ trunk/configure 2007-04-10 17:08:18.000000000 +0000 -@@ -271,7 +271,8 @@ +diff -urNad ocaml~/configure ocaml/configure +--- ocaml~/configure 2008-10-17 12:22:50.000000000 +0200 ++++ ocaml/configure 2008-10-20 14:34:59.000000000 +0200 +@@ -280,7 +280,8 @@ gcc,alpha*-*-linux*) if cc="$bytecc" sh ./hasgot -mieee; then bytecccompopts="-mieee $bytecccompopts"; @@ -20,7 +20,7 @@ diff -urNad trunk~/configure trunk/configure cc,mips-*-irix6*) # Add -n32 flag to ensure compatibility with native-code compiler bytecccompopts="-n32" -@@ -630,6 +631,7 @@ +@@ -684,6 +685,7 @@ nativecccompopts="$gcc_warnings -DSHRINKED_GNUC";; *,*,rhapsody,*) nativecccompopts="$gcc_warnings -DDARWIN_VERSION_6 $dl_defs" if $arch64; then partialld="ld -r -arch ppc64"; fi;;