]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Fix test 170 in Cygwin/Mingw32
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 9 Aug 2024 15:39:45 +0000 (18:39 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 27 Aug 2024 15:17:46 +0000 (18:17 +0300)
commitfcaa75e5dc07b8e593c7fa12afb675ea1cbfe522
tree965a02b93ace5edde114077728dd88d604a05eb1
parent0e1b33332429cd578367bd0ad420c065d5caf0ac
libtool: Fix test 170 in Cygwin/Mingw32

Test 170 in bug_62343.at is failing to link object files with a library
file. This is fixed by choosing the correct architecture version of a
compiler by using the 'CXX' macro.

tests/bug_62343.at: Replace 'g++' with 'CXX' macro
tests/bug_62343.at