mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
Fix ccache test for MSVC.
* tests/static.at (ccache -all-static): Ignore compiler stderr. Reported by Peter Rosin. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
cec246760f
commit
1e7ce72416
@ -1,3 +1,9 @@
|
||||
2010-07-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix ccache test for MSVC.
|
||||
* tests/static.at (ccache -all-static): Ignore compiler stderr.
|
||||
Reported by Peter Rosin.
|
||||
|
||||
2010-07-03 Charles Wilson <libtool@cwilson.fastmail.fm>
|
||||
|
||||
Avoid false failures caused by filesystem interaction
|
||||
|
||||
@ -371,7 +371,7 @@ AT_DATA([a.c],
|
||||
[[int main(void) { return 0; }
|
||||
]])
|
||||
|
||||
AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore])
|
||||
AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS -all-static a.$OBJEXT -o a$EXEEXT],
|
||||
[], [ignore], [ignore])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user