summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch')
-rw-r--r--meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch14
1 files changed, 5 insertions, 9 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch b/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch
index 395464e908..277afe0af6 100644
--- a/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch
+++ b/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-support-for-NIOS2-processor.patch
@@ -15,15 +15,11 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 15
16Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00021.html] 16Upstream-Status: Submitted [https://lists.gnu.org/archive/html/libtool-patches/2021-10/msg00021.html]
17 17
18---
19 build-aux/ltmain.in | 20 ++++++++++++++++++++
20 1 file changed, 20 insertions(+)
21
22diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in 18diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
23index d5cf07a..4164284 100644 19index 6fb58ed2..606f17be 100644
24--- a/build-aux/ltmain.in 20--- a/build-aux/ltmain.in
25+++ b/build-aux/ltmain.in 21+++ b/build-aux/ltmain.in
26@@ -504,6 +504,12 @@ libtool_validate_options () 22@@ -519,6 +519,12 @@ libtool_validate_options ()
27 test : = "$debug_cmd" || func_append preserve_args " --debug" 23 test : = "$debug_cmd" || func_append preserve_args " --debug"
28 24
29 case $host in 25 case $host in
@@ -36,7 +32,7 @@ index d5cf07a..4164284 100644
36 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 32 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
37 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 33 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
38 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) 34 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
39@@ -6220,6 +6226,15 @@ func_mode_link () 35@@ -6246,6 +6252,15 @@ func_mode_link ()
40 if test -n "$library_names" && 36 if test -n "$library_names" &&
41 { test no = "$use_static_libs" || test -z "$old_library"; }; then 37 { test no = "$use_static_libs" || test -z "$old_library"; }; then
42 case $host in 38 case $host in
@@ -52,7 +48,7 @@ index d5cf07a..4164284 100644
52 *cygwin* | *mingw* | *cegcc* | *os2*) 48 *cygwin* | *mingw* | *cegcc* | *os2*)
53 # No point in relinking DLLs because paths are not encoded 49 # No point in relinking DLLs because paths are not encoded
54 func_append notinst_deplibs " $lib" 50 func_append notinst_deplibs " $lib"
55@@ -6290,6 +6305,11 @@ func_mode_link () 51@@ -6316,6 +6331,11 @@ func_mode_link ()
56 elif test -n "$soname_spec"; then 52 elif test -n "$soname_spec"; then
57 # bleh windows 53 # bleh windows
58 case $host in 54 case $host in
@@ -65,5 +61,5 @@ index d5cf07a..4164284 100644
65 func_arith $current - $age 61 func_arith $current - $age
66 major=$func_arith_result 62 major=$func_arith_result
67-- 63--
682.5.1 642.25.1
69 65