* Makefile.in (qmtest-g++): Use target_alias, not target.
From-SVN: r67520
This commit is contained in:
parent
0fd2bbf496
commit
3d81863273
@ -1,3 +1,7 @@
|
||||
2003-06-05 Phil Edwards <phil@jaj.com>
|
||||
|
||||
* Makefile.in (qmtest-g++): Use target_alias, not target.
|
||||
|
||||
2003-06-05 Per Bothner <pbothner@apple.com>
|
||||
|
||||
* toplev.c (push_srcloc): Simplify behavior to save current location
|
||||
|
@ -3408,7 +3408,7 @@ ${QMTEST_DIR}/context: stamp-qmtest
|
||||
echo "CompilerTable.cplusplus_kind=GCC" >> $@
|
||||
echo "CompilerTable.cplusplus_path=${objdir}/g++" >> $@
|
||||
echo "CompilerTable.cplusplus_options=-B${objdir}/" >> $@
|
||||
echo "DejaGNUTest.target=$(target)" >> $@
|
||||
echo "DejaGNUTest.target=${target_alias}" >> $@
|
||||
|
||||
# Run the G++ testsuite using QMTest.
|
||||
qmtest-g++: ${QMTEST_DIR}/context
|
||||
|
Loading…
Reference in New Issue
Block a user