Commit 3d818632 by Phil Edwards Committed by Mark Mitchell

* Makefile.in (qmtest-g++): Use target_alias, not target.

From-SVN: r67520
parent 0fd2bbf4
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment