Fix unwind library ordering

Sort objects being archived
This commit is contained in:
Howard Chu 2019-11-16 16:13:06 +00:00
parent 5eea312f6d
commit 9cbba5a8ec
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- config/ltmain.sh.O 2017-01-13 16:00:54.000000000 +0000
+++ config/ltmain.sh 2019-11-17 06:46:51.994402494 +0000
@@ -7957,6 +7957,8 @@
esac
done
fi
+ oldobjs=`for obj in $oldobjs; do echo $obj; done | sort`
+ oldobjs=" `echo $oldobjs`"
eval cmds=\"$old_archive_cmds\"
func_len " $cmds"