diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-09-02 21:13:52 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-09-02 21:13:52 +0000 |
commit | 30577b5e287398c5735168534f8930ed56e74830 (patch) | |
tree | 8875b5db6f2950276aa2830d2bedfde852326275 | |
parent | Merge uclibctoolize() stuff with elibtoolize(), and add required (diff) | |
download | historical-30577b5e287398c5735168534f8930ed56e74830.tar.gz historical-30577b5e287398c5735168534f8930ed56e74830.tar.bz2 historical-30577b5e287398c5735168534f8930ed56e74830.zip |
Remove depreciated patches.
-rw-r--r-- | eclass/ELT-patches/uclibc/configure.patch | 48 | ||||
-rw-r--r-- | eclass/ELT-patches/uclibc/ltconfig-1.2.patch | 36 | ||||
-rw-r--r-- | eclass/ELT-patches/uclibc/ltconfig-1.3.patch | 39 |
3 files changed, 0 insertions, 123 deletions
diff --git a/eclass/ELT-patches/uclibc/configure.patch b/eclass/ELT-patches/uclibc/configure.patch deleted file mode 100644 index acd804c8f404..000000000000 --- a/eclass/ELT-patches/uclibc/configure.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- configure.libltdl~ Fri Jun 11 08:54:04 2004 -+++ configure Fri Jun 11 08:56:33 2004 -@@ -1978,6 +1978,11 @@ - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` - ;; - -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so` -+ ;; -+ - netbsd*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' -@@ -3030,7 +3035,7 @@ - - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in --linux-gnu*) ;; -+linux-gnu*|linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -4504,6 +4509,24 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' -+ soname_spec='${libname}${release}.so$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd*) - version_type=sunos - need_lib_prefix=no diff --git a/eclass/ELT-patches/uclibc/ltconfig-1.2.patch b/eclass/ELT-patches/uclibc/ltconfig-1.2.patch deleted file mode 100644 index bbc6bc96571b..000000000000 --- a/eclass/ELT-patches/uclibc/ltconfig-1.2.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- ltconfig.uclibc 2004-01-14 22:07:42.000000000 +0100 -+++ ltconfig 2004-03-10 15:43:37.000000000 +0100 -@@ -603,6 +603,7 @@ - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in - linux-gnu*) ;; -+linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -1259,6 +1260,25 @@ - fi - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major $libname.so' -+ soname_spec='${libname}${release}.so.$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ deplibs_check_method=pass_all -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd* | openbsd*) - version_type=sunos - library_names_spec='${libname}${release}.so.$versuffix' diff --git a/eclass/ELT-patches/uclibc/ltconfig-1.3.patch b/eclass/ELT-patches/uclibc/ltconfig-1.3.patch deleted file mode 100644 index 0a5a9ead8f0c..000000000000 --- a/eclass/ELT-patches/uclibc/ltconfig-1.3.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- ltconfig.uclibc 2004-01-14 22:07:42.000000000 +0100 -+++ ltconfig 2004-03-10 15:43:37.000000000 +0100 -@@ -603,6 +603,7 @@ - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in - linux-gnu*) ;; -+linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -1259,6 +1260,28 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' -+ soname_spec='${libname}${release}.so$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # deplibs_check_method=pass_all -+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /lib/libuClibc-*.so` -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd*) - need_lib_prefix=no - need_version=no |