mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
When using --enable-slow-config, we can not delete the tmp directory in which gmp is configured.
This commit is contained in:
parent
881db10925
commit
6fc4b17abb
2 changed files with 0 additions and 2 deletions
1
src/aclocal.m4
vendored
1
src/aclocal.m4
vendored
|
|
@ -742,7 +742,6 @@ AC_MSG_CHECKING([Using the GMP library to guess good compiler/linker flags])
|
|||
${aux}/configure --srcdir=${aux} --prefix=${builddir} >/dev/null 2>&1)
|
||||
GMP_CFLAGS=`grep '^s,@CFLAGS@' tmp/config.status| sed 's&s,@CFLAGS@,\(.*\),;t t&\1&'`
|
||||
GMP_LDFLAGS=`grep '^s,@GMP_LDFLAGS@' tmp/config.status| sed 's&s,@GMP_LDFLAGS@,\(.*\),;t t&\1&'`;
|
||||
rm -rf tmp
|
||||
# Notice that GMP_LDFLAGS is designed to be passed to libtool, and therefore
|
||||
# some options could be prefixed by -Wc, which means "flag for the compiler".
|
||||
LDFLAGS=`grep '^s,@LDFLAGS@' config.status| sed 's&s,@LDFLAGS@,\(.*\),;t t&\1&'`;
|
||||
|
|
|
|||
1
src/configure
vendored
1
src/configure
vendored
|
|
@ -4223,7 +4223,6 @@ $as_echo_n "checking Using the GMP library to guess good compiler/linker flags..
|
|||
${aux}/configure --srcdir=${aux} --prefix=${builddir} >/dev/null 2>&1)
|
||||
GMP_CFLAGS=`grep '^s,@CFLAGS@' tmp/config.status| sed 's&s,@CFLAGS@,\(.*\),;t t&\1&'`
|
||||
GMP_LDFLAGS=`grep '^s,@GMP_LDFLAGS@' tmp/config.status| sed 's&s,@GMP_LDFLAGS@,\(.*\),;t t&\1&'`;
|
||||
rm -rf tmp
|
||||
# Notice that GMP_LDFLAGS is designed to be passed to libtool, and therefore
|
||||
# some options could be prefixed by -Wc, which means "flag for the compiler".
|
||||
LDFLAGS=`grep '^s,@LDFLAGS@' config.status| sed 's&s,@LDFLAGS@,\(.*\),;t t&\1&'`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue