[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
why -mrelocatable-lib?
- Date: Fri, 07 Mar 2008 07:21:41 -0800
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: 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.