This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug building cross compilers from gcc 3.0: test -x $AS in configure.in


On Jun 29, 2001, Daniel Jacobowitz <dmj+@andrew.cmu.edu> wrote:

> Just to follow up on myself... it isn't clear which assembler these
> things are trying to test.

They're trying to test the assembler the compiler is expected to use.
In case of a Canadian cross, the assembler won't run on the build
machine, but Canadian crosses require a pre-existing compiler that
runs on the build machine and targets the target machine, so that's
the assembler that should be tested in this case.

> Mostly, though, they want to know the features of the assembler
> which will be used with this GCC.  $AS should always be a $build
> program (barring the full-path question).  It's not a $host program.

Right.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]