Skip to content
Snippets Groups Projects
Commit e489a31f authored by Jason Merrill's avatar Jason Merrill Committed by Jason Merrill
Browse files

* genmultilib: Use 'cd ./foo'.

From-SVN: r60222
parent 5b8f02c6
No related merge requests found
2002-12-17 Jason Merrill <jason@redhat.com>
* genmultilib: Use 'cd ./foo'.
2002-12-17 Kazu Hirata <kazu@cs.umass.edu>
* doc/c-tree.texi: Restore deliberate spelling mistakes.
......@@ -36,6 +40,9 @@ Tue Dec 17 09:47:57 CET 2002 Jan Hubicka <jh@suse.cz>
2002-12-16 Jason Merrill <jason@redhat.com>
* calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR
with special struct-return ABIs.
* c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT
doesn't match the begin SCOPE_STMT in partialness.
......
......@@ -121,7 +121,8 @@ enable_multilib=$8
echo "static const char *const multilib_raw[] = {"
mkdir tmpmultilib.$$ || exit 1
cd tmpmultilib.$$ || exit 1
# Use cd ./foo to avoid CDPATH output.
cd ./tmpmultilib.$$ || exit 1
# What we want to do is select all combinations of the sets in
# options. Each combination which includes a set of mutually
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment