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

Replace GNU extension with POSIX version.

parent 63692441
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
+ ;;
+
-Wl,*)
wlprefix=`expr length "$wl"`
wlprefix=`expr substr "$arg" 1 $wlprefix`
wlprefix=`expr x"$wl" : '.*' - 1`
wlprefix=`expr x"$arg" : 'x\(.\{'"$wlprefix"'\}\)'`
@@ -6434,6 +6439,15 @@
alldeplibs=yes
continue
......
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