Skip to content
Snippets Groups Projects
Commit 63692441 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix tab indentation.

parent 86cd468f
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@
;;
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ func_append deplibs " $arg"
+ func_append deplibs " $arg"
+ continue
+ ;;
+ ;;
+
-Wl,*)
wlprefix=`expr length "$wl"`
......@@ -16,15 +16,15 @@
alldeplibs=yes
continue
;;
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ if test "$linkmode,$pass" = "prog,link"; then
+ compile_deplibs="$deplib $compile_deplibs"
+ finalize_deplibs="$deplib $finalize_deplibs"
+ else
+ deplibs="$deplib $deplibs"
+ fi
+ fi
+ continue
+ ;;
+ ;;
esac # case $deplib
if test "$found" = yes || test -f "$lib"; then :
......@@ -5,26 +5,26 @@
;;
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ func_append deplibs " $arg"
+ func_append deplibs " $arg"
+ continue
+ ;;
+ ;;
+
-Wl,*)
wlprefix=`expr length "$wl"`
wlprefix=`expr substr "$arg" 1 $wlprefix`
wlprefix=`expr x"$wl" : '.*' - 1`
wlprefix=`expr x"$arg" : 'x\(.\{'"$wlprefix"'\}\)'`
@@ -7877,6 +7882,15 @@
alldeplibs=:
continue
;;
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ -Wl,--start-group|-Wl,--end-group|-Wl,-\(|-Wl,-\))
+ if test "$linkmode,$pass" = "prog,link"; then
+ compile_deplibs="$deplib $compile_deplibs"
+ finalize_deplibs="$deplib $finalize_deplibs"
+ else
+ deplibs="$deplib $deplibs"
+ fi
+ fi
+ continue
+ ;;
+ ;;
esac # case $deplib
$found || test -f "$lib" \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment