Refresh patches
authorStephane Glondu <steph@glondu.net>
Mon, 10 Aug 2015 08:53:32 +0000 (10:53 +0200)
committerStephane Glondu <steph@glondu.net>
Mon, 10 Aug 2015 08:53:32 +0000 (10:53 +0200)
debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
debian/patches/0002-Call-ld-with-proper-flags.patch
debian/patches/0003-Don-t-use-rpath.patch
debian/patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
debian/patches/0005-Avoid-multiple-declarations-in-generated-.c-files-in.patch
debian/patches/0006-Embed-bytecode-in-C-object-when-using-custom.patch
debian/patches/0007-Tune-resource-usage-of-some-tests.patch
debian/patches/0008-Native-backtraces-don-t-work-on-powerpc-and-sparc.patch

index bf9c2fbb0e0af363e78111505796f226a73d6281..a4a3987ba459a98e12ce3d59f0c1704c47350f1c 100644 (file)
@@ -30,4 +30,3 @@ index 4ea1498..46149a7 100755
    *,gcc*,cygwin,*)     nativecccompopts="$gcc_warnings -U_WIN32";;
    amd64,gcc*,macosx,*) partialld="ld -r -arch x86_64";;
    amd64,gcc*,solaris,*) partialld="ld -r -m elf_x86_64";;
--- 
index 5ad1e40df0705d00d3af78cae9720c077aa30040..ff682889bf13379bdae116d53293fea09817dcb1 100644 (file)
@@ -22,4 +22,3 @@ index 46149a7..dfcb849 100755
    | sed -e 's/ $/\\ /' >> Makefile
  echo "DLLCCCOMPOPTS=$dllccompopts" >> Makefile
  echo "IFLEXDIR=$iflexdir" >> Makefile
--- 
index 2aa47ad5b7b92c872ec4d79efd1f60e33c6a5447..c51f355d38431d28e187161c810f388795619a4d 100644 (file)
@@ -22,4 +22,3 @@ index 23a273e..a5e0d34 100644
  let starts_with s pref =
    String.length s >= String.length pref &&
    String.sub s 0 (String.length pref) = pref
--- 
index d44abb7877fa960785eff8e223d5ef9571479226..208913a96cd9b33e23d1a7b31fea48e015b9ee12 100644 (file)
@@ -19,4 +19,3 @@ index 7c6d988..7700434 100644
        $(STDLIB_MLIS)
  
  stdlib_html/Pervasives.html: $(STDLIB_MLIS)
--- 
index 905c28cb9ba1a4d37ac44a565f0dbdaf41d26f73..e3f2c1b93e418e57fd52b391f1f7392464073a91 100644 (file)
@@ -98,4 +98,3 @@ index ffc878b..887f25a 100644
  val data_global_map: unit -> Obj.t
  val data_primitive_names: unit -> string
  
--- 
index 178ed45c98c509a750f3f8eef031316d0b0bfc20..4cfa2b9d9b6b427648e18ef132b9cb61ea6438a2 100644 (file)
@@ -190,4 +190,3 @@ index 34b67dc..e8928e6 100644
 +
  include $(BASEDIR)/makefiles/Makefile.one
  include $(BASEDIR)/makefiles/Makefile.common
--- 
index 9a6068463cb7c01af949a5611d28c91f0b574759..dec00b6dc3a0b6b6c1895b9f8e224f142ecad5ea 100644 (file)
@@ -231,4 +231,3 @@ index c3548fb..177b32a 100644
    let iter = try int_of_string Sys.argv.(2) with _ -> 1000 in
    let ins = Array.make nprocs Unix.stdin in
    let outs = Array.make nprocs Unix.stdout in
--- 
index 62b0c7eca257043af7379fc428a1ba6ea305e3ed..d799e2198e756c7f78ec08bdb0a19d3ee6e5065a 100644 (file)
@@ -22,4 +22,3 @@ index 33ca1ed..5725f8d 100644
  
  .PHONY: byte
  byte:
---