mirror of git://gcc.gnu.org/git/gcc.git
configure.in: Fix INSTALLDIR replacement for cross-compile.
( * configure.in: Fix INSTALLDIR replacement for cross-compile. From-SVN: r22196
This commit is contained in:
parent
14aa13f4c4
commit
72ae5d03a1
|
|
@ -142,7 +142,7 @@ fi
|
||||||
if [ -n "${with_cross_host}" ] ; then
|
if [ -n "${with_cross_host}" ] ; then
|
||||||
rm -f Makefile.tem
|
rm -f Makefile.tem
|
||||||
sed \
|
sed \
|
||||||
-e 's|INSTALLDIR.*=.*$|INSTALLDIR = $(tooldir)/lib|' \
|
-e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)[^ ;]*|\1$(tooldir)/lib|' \
|
||||||
Makefile >Makefile.tem
|
Makefile >Makefile.tem
|
||||||
mv -f Makefile.tem Makefile
|
mv -f Makefile.tem Makefile
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue