Update alpha_ld_no-relax.dpatch
authorStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 12:35:41 +0000 (14:35 +0200)
committerStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 13:28:53 +0000 (15:28 +0200)
debian/patches/alpha_ld_no-relax.dpatch

index a359d35d78d76cce78f918520e087472946ce920..888a89d63722af2bee996823f27cddcaad26f6d8 100755 (executable)
@@ -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;;