[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
why -mrelocatable-lib?
- Date: Fri, 07 Mar 2008 16:34:08 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: why -mrelocatable-lib?
To answer your question: Because somebody (I don't recall whom:
either Eric V or YOU) once upon a time told us to do so.
The same applies to all the other MULTILIB_EXTRA_OPTS.
On Fri, 2008-03-07 at 07:21 -0800, Till Straumann wrote:
> gcc/config/rs6000/t-rtems adds
>
> mrelocatable-lib mno-eabi
>
> to the MULTILIB_EXTRA_OPTS. Shouldn't this be
>
> mno-relocatable-lib
>
> since RTEMS is always statically linked?