This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how to combine gcc and binutils source into one tree
- From: steve at millersnet dot net
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 30 Aug 2004 13:25:37 -0400 (EDT)
- Subject: Re: how to combine gcc and binutils source into one tree
ok that seems to be an easier way to handle things. I'm wondering which
will work better when configuring gcc use --with-prefix=/opt/gcc-2.95.3
and when configuring binutils use --with-prefix=/opt/binutils-2.15 this
would keep everything contained to their own directories or gcc use
--with-prefix=/opt/gnu and binutils use --with-prefix=/opt/gnu ..... would
the latter work as well seeing how both gcc and binutils have common
components?