1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

15183: fix DLLD in non-ELF case

This commit is contained in:
Andrey Borzenkov 2001-06-29 15:46:46 +00:00
parent 74dc513ca5
commit 25e5dd6118
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,9 @@
2001-06-29 Andrej Borsenkow <bor@zsh.org>
* 15183: zshconfig.ac: fix DLLD in non-ELF case
* 15181: zshconfig.ac: use -KPIC instead of -Kpic at request
of Tomi Vainio <Tomi.Vainio@Sun.COM>
* 15180: zshconfig.ac, Etc/MACHINES: make AIX default to termcap
as workaround for apparent AIX curses bug; add flags to create

View File

@ -1616,8 +1616,6 @@ char *argv[];
DLLDARG=""
;;
esac
DLLD="${DLLD=ld}"
DLLDARG=""
fi
if test -n "$GCC"; then
DLCFLAGS="${DLCFLAGS=-fPIC}"