diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 22:14:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-02 11:20:12 +0000 |
commit | 01e07585adea462539b95873ac16b27879f13196 (patch) | |
tree | 546f6005cd75d02b89c88433921282ba7426c416 /meta/packages/libtool/libtool-1.5.10/uclibc.patch | |
parent | 01793c5bd3b29fca6002e44e2ff59ef16d600c72 (diff) | |
download | poky-01e07585adea462539b95873ac16b27879f13196.tar.gz |
libtool: Drop old version 1.5.10
Diffstat (limited to 'meta/packages/libtool/libtool-1.5.10/uclibc.patch')
-rw-r--r-- | meta/packages/libtool/libtool-1.5.10/uclibc.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/uclibc.patch b/meta/packages/libtool/libtool-1.5.10/uclibc.patch deleted file mode 100644 index 2c8cbabbb3..0000000000 --- a/meta/packages/libtool/libtool-1.5.10/uclibc.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
4 | # | ||
5 | |||
6 | --- libtool-1.5.8/libtool.m4~uclibc | ||
7 | +++ libtool-1.5.8/libtool.m4 | ||
8 | @@ -2221,6 +2221,11 @@ | ||
9 | lt_cv_deplibs_check_method=pass_all | ||
10 | ;; | ||
11 | |||
12 | +linux-uclibc*) | ||
13 | + lt_cv_deplibs_check_method=pass_all | ||
14 | + lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so` | ||
15 | + ;; | ||
16 | + | ||
17 | netbsd*) | ||
18 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then | ||
19 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' | ||