mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* tests/static.at (ccache -all-static): Ignore link warnings.
Report by Gary V. Vaughan. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
4d777f8223
commit
cbd4eca591
@ -1,3 +1,8 @@
|
||||
2008-04-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/static.at (ccache -all-static): Ignore link warnings.
|
||||
Report by Gary V. Vaughan.
|
||||
|
||||
2008-04-22 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate.
|
||||
|
@ -372,6 +372,6 @@ AT_DATA([a.c],
|
||||
|
||||
AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore])
|
||||
AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS -all-static a.$OBJEXT -o a],
|
||||
[], [ignore])
|
||||
[], [ignore], [ignore])
|
||||
|
||||
AT_CLEANUP
|
||||
|
Loading…
Reference in New Issue
Block a user