diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-19 21:58:46 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | e7deac3aad394325f9e6fc6fda41d34ec94a59e0 (patch) | |
tree | 6ad88362f0bfa8385a91eb494009a4646aeb74b6 /packages/libelf | |
parent | b9af225f58e45c7fae7eb9d3689fe939243e7578 (diff) | |
download | crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.tar.gz crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.tar.bz2 crosstool-ng-e7deac3aad394325f9e6fc6fda41d34ec94a59e0.zip |
Switch comp.libs/tools and debug to new framework.
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 | ||||
-rw-r--r-- | packages/libelf/0.8.13/100-fix-64-bit-detection.patch | 24 | ||||
-rw-r--r-- | packages/libelf/0.8.13/version.desc | 0 | ||||
-rw-r--r-- | packages/libelf/package.desc | 2 |
5 files changed, 51 insertions, 0 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 new file mode 100644 index 00000000..7995443a --- /dev/null +++ b/packages/libelf/0.8.12/100-fix-64-bit-detection.patch @@ -0,0 +1,24 @@ +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 new file mode 100644 index 00000000..026d275e --- /dev/null +++ b/packages/libelf/0.8.12/version.desc @@ -0,0 +1 @@ +obsolete="yes" diff --git a/packages/libelf/0.8.13/100-fix-64-bit-detection.patch b/packages/libelf/0.8.13/100-fix-64-bit-detection.patch new file mode 100644 index 00000000..7995443a --- /dev/null +++ b/packages/libelf/0.8.13/100-fix-64-bit-detection.patch @@ -0,0 +1,24 @@ +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.13/version.desc b/packages/libelf/0.8.13/version.desc new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/packages/libelf/0.8.13/version.desc diff --git a/packages/libelf/package.desc b/packages/libelf/package.desc new file mode 100644 index 00000000..b015c2d2 --- /dev/null +++ b/packages/libelf/package.desc @@ -0,0 +1,2 @@ +# FIXME No public repository and no new releases. +# Consider switching to/adding project elftoolchain? |