зеркало из https://github.com/mozilla/pjs.git
Fixed a typo in the last of the possible MKSHLIB_FORCE_ALL choices.
This commit is contained in:
Родитель
e23e00db7c
Коммит
53ec65c77d
|
@ -246,7 +246,7 @@ if test "$GNU_CC"; then
|
|||
exec 3<&0 <<LOOP_INPUT
|
||||
force="-Wl,--whole-archive"; unforce="-Wl,--no-whole-archive"
|
||||
force="-Wl,-z -Wl,allextract"; unforce="-Wl,-z -Wl,defaultextract"
|
||||
force="-Wl,all"; unforce="-Wl,-none"
|
||||
force="-Wl,-all"; unforce="-Wl,-none"
|
||||
LOOP_INPUT
|
||||
while read line
|
||||
do
|
||||
|
|
Загрузка…
Ссылка в новой задаче