]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix and split recent testsuite addition for compile/link flags.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 7 Sep 2009 19:08:50 +0000 (21:08 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Sep 2009 18:02:57 +0000 (20:02 +0200)
commit1e4e1984b07e4ce21f421b45854b846a93a12128
tree7e2279737e8987f1c35c86a43cea4fad2827838a
parent91697c2092ad24aab5b926abd7b9247f14d2d9b9
Fix and split recent testsuite addition for compile/link flags.

* tests/flags.at (passing flags through libtool): Split into ...
(passing CC flags through libtool)
(passing CXX flags through libtool)
(passing F77 flags through libtool)
(passing FC flags through libtool)
(passing GCJ flags through libtool): ... these five tests,
factorized with m4_foreach.  Fix F77 and FC compile and link
commands; add GCJ tag.  Use LT_AT_TAG to correctly skip tags
for which no compiler exists.  Use $EXEEXT where appropriate.
Drop unneeded use of reload_cmds.
Reports by Peter Rosin and Peter O'Gorman.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/flags.at