[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

why -mrelocatable-lib?



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?

T.