diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-18 16:17:53 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-18 16:17:53 -0700 |
commit | 321990916bd5180b11c598279680794ce9b044e3 (patch) | |
tree | 0b97ada2156ef1e8fc5d83c0dadbd2d7f7a87cff /packages/libelf | |
parent | 5d6ac1b8b1160aad4b9f09b31b7bad4ea14519f3 (diff) | |
download | crosstool-ng-321990916bd5180b11c598279680794ce9b044e3.tar.gz crosstool-ng-321990916bd5180b11c598279680794ce9b044e3.tar.bz2 crosstool-ng-321990916bd5180b11c598279680794ce9b044e3.zip |
Trim old versions
Policy:
- Only latest patchlevel for each branch release
Exception: CLooG - ISL has dependencies on specific CLooG releases within a
single branch
- Where there are no patchlevel releases (uClibc, musl) - just retain
two most recent releases
Also, missed automake update: 1.14 -> 1.14.1
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/libelf')
-rw-r--r-- | packages/libelf/0.8.12/100-fix-64-bit-detection.patch | 24 | ||||
-rw-r--r-- | packages/libelf/0.8.12/version.desc | 1 |
2 files changed, 0 insertions, 25 deletions
diff --git a/packages/libelf/0.8.12/100-fix-64-bit-detection.patch b/packages/libelf/0.8.12/100-fix-64-bit-detection.patch deleted file mode 100644 index 7995443a..00000000 --- a/packages/libelf/0.8.12/100-fix-64-bit-detection.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 -@@ -1595,7 +1595,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - if test "$cross_compiling" = yes; then -- ac_cv_sizeof_long_long=0 -+ ac_cv_sizeof_long_long=8 - 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 -@@ -90,7 +90,7 @@ - AC_CHECK_SIZEOF(short,2) - AC_CHECK_SIZEOF(int,4) - AC_CHECK_SIZEOF(long,4) --AC_CHECK_SIZEOF(long long,0) -+AC_CHECK_SIZEOF(long long,8) - # Windows port - AC_CHECK_SIZEOF(__int64, 0) - diff --git a/packages/libelf/0.8.12/version.desc b/packages/libelf/0.8.12/version.desc deleted file mode 100644 index fcfe3891..00000000 --- a/packages/libelf/0.8.12/version.desc +++ /dev/null @@ -1 +0,0 @@ -obsolete='yes' |