This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via ae9600616941d098acb07bb565bcef2a4f9da4a8 (commit)
via 83f5d15c88589620ba29353e2e7b672f5fc57fc2 (commit)
from fdd882b95b4fcc69067ddeb592a979b77f2b1c60 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae9600616941d098acb07bb565bcef2a4f9da4a8
Merge: fdd882b 83f5d15
Author: Charles Wilson <[email protected]>
Date: Sat Aug 28 20:16:02 2010 -0400
Merge branch 'sysroot'
* sysroot:
Minor sysroot fixups.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
libltdl/m4/libtool.m4 | 2 +-
tests/sysroot.at | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 43d01f6..8f03e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-08-28 Charles Wilson <[email protected]>
+ Minor sysroot fixups.
+ * libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo.
+ * tests/sysroot.at: Search also for crt0.o to accommodate cygwin.
+
+2010-08-28 Charles Wilson <[email protected]>
+
[cygwin|mingw|cross-compile]: Path conversion support.
* configure.ac: Ensure to_host_file_cmd is available to Makefile.
* TODO: Document QoI issue with file name conversion functions.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index a7141c5..e03543b 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -1183,7 +1183,7 @@ lt_sysroot=
case ${with_sysroot} in #(
yes)
if test "$GCC" = yes; then
- lt_sysroot=`$GCC --print-sysroot 2>/dev/null`
+ lt_sysroot=`$CC --print-sysroot 2>/dev/null`
fi
;; #(
/*)
diff --git a/tests/sysroot.at b/tests/sysroot.at
index c0ac6d1..2a27134 100644
--- a/tests/sysroot.at
+++ b/tests/sysroot.at
@@ -34,7 +34,7 @@ AT_CHECK([test -n "$gcc_sysroot" || exit 77])
# Detect installation prefix for the compiler
prefix=
-for i in crt1.o crt2.o crti.o; do
+for i in crt0.o crt1.o crt2.o crti.o; do
j=`$CC --print-file-name $i 2> /dev/null`
test $? = 0 || continue
case "$j" in
hooks/post-receive
--
GNU Libtool