This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
multilib default dir.
- From: "Sanjiv Gupta" <skg at cradle dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Sat, 31 Jan 2004 13:22:25 +0530
- Subject: multilib default dir.
I am building multilibs for
MULTILIB_OPTIONS = march=foo/march=bar.
MULTILIB_DIRNAMES = foo bar
it generates
static const char *const multilib_raw[] = {
". !march=foo !march=bar;",
"foo march=foo !march=bar;",
"bar !march=foo march=bar;",
NULL
};
How can I get the following, since foo is the default arch in our case.
static const char *const multilib_raw[] = {
"foo !march=foo !march=bar;",
"foo march=foo !march=bar;",
"bar !march=foo march=bar;",
NULL
};
Best Regards
Sanjiv
Creating the Next Generation Soft-Silicon Semiconductor Company
www.cradle.com