diff options
author | Alexey Neyman <stilor@att.net> | 2017-12-02 12:44:39 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-12-02 12:44:39 -0800 |
commit | 98bc4decdeab1361bdc585c86591718fb08c8ffb (patch) | |
tree | 4e048ed57988306696efa3c5b81a80d48030e913 /packages/libelf | |
parent | 2a1935f3ad41d360dd3d96a1b0486083293651dd (diff) | |
download | crosstool-ng-98bc4decdeab1361bdc585c86591718fb08c8ffb.tar.gz crosstool-ng-98bc4decdeab1361bdc585c86591718fb08c8ffb.tar.bz2 crosstool-ng-98bc4decdeab1361bdc585c86591718fb08c8ffb.zip |
Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/libelf')
-rw-r--r-- | packages/libelf/0.8.13/0000-fix-64-bit-detection.patch (renamed from packages/libelf/0.8.13/100-fix-64-bit-detection.patch) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/packages/libelf/0.8.13/100-fix-64-bit-detection.patch b/packages/libelf/0.8.13/0000-fix-64-bit-detection.patch index 7995443a..4d25f43c 100644 --- a/packages/libelf/0.8.13/100-fix-64-bit-detection.patch +++ b/packages/libelf/0.8.13/0000-fix-64-bit-detection.patch @@ -1,6 +1,10 @@ -diff -dur libelf-0.8.10.orig/configure libelf-0.8.10/configure ---- libelf-0.8.10.orig/configure 2007-09-07 14:08:06.000000000 +0200 -+++ libelf-0.8.10/configure 2008-10-23 22:43:19.000000000 +0200 +--- + configure | 2 +- + configure.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +--- a/configure ++++ b/configure @@ -1595,7 +1595,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10,9 +14,8 @@ diff -dur libelf-0.8.10.orig/configure libelf-0.8.10/configure else cat > conftest.$ac_ext <<EOF #line 1602 "configure" -diff -dur libelf-0.8.10.orig/configure.in libelf-0.8.10/configure.in ---- libelf-0.8.10.orig/configure.in 2007-09-07 14:07:59.000000000 +0200 -+++ libelf-0.8.10/configure.in 2008-10-23 22:43:10.000000000 +0200 +--- a/configure.in ++++ b/configure.in @@ -90,7 +90,7 @@ AC_CHECK_SIZEOF(short,2) AC_CHECK_SIZEOF(int,4) |