mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
* configure: Regenerate.
This commit is contained in:
@ -424,11 +424,10 @@ case "${host}" in
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
PICFLAG=
|
||||
changequote(,)dnl
|
||||
eval `grep "^[ ]*PICFLAG[ ]*=" ../libiberty/Makefile | sed -e "s/[ ]*//g"`
|
||||
changequote([,])dnl
|
||||
if test -n "$PICFLAG"; then
|
||||
changequote(,)dnl
|
||||
x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | tail -1`
|
||||
changequote([,])dnl
|
||||
if test -n "$x"; then
|
||||
WIN32LIBADD="-L../libiberty/pic -liberty"
|
||||
fi
|
||||
;;
|
||||
|
Reference in New Issue
Block a user