Rebuild.
This commit is contained in:
parent
7e1704d0a9
commit
4af002d655
1 changed files with 1 additions and 10 deletions
11
configure
vendored
11
configure
vendored
|
@ -1573,15 +1573,6 @@ echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
|
|||
use GNU make. If you do not have GNU make, then you must
|
||||
now do \`make distclean' in ${srcdir},
|
||||
and then run $0 again." >&2;}
|
||||
|
||||
extrasub='/^VPATH[ ]*=/c\
|
||||
vpath %.c $(srcdir)\
|
||||
vpath %.h $(srcdir)\
|
||||
vpath %.y $(srcdir)\
|
||||
vpath %.l $(srcdir)\
|
||||
vpath %.s $(srcdir)\
|
||||
vpath %.in $(srcdir)\
|
||||
vpath %.texi $(srcdir)'
|
||||
fi
|
||||
|
||||
#### Given the configuration name, set machfile and opsysfile to the
|
||||
|
@ -4194,7 +4185,7 @@ fi
|
|||
|
||||
|
||||
late_LDFLAGS=$LDFLAGS
|
||||
if test $GCC = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
|
||||
else
|
||||
LDFLAGS="$LDFLAGS -znocombreloc"
|
||||
|
|
Loading…
Add table
Reference in a new issue