Hi,
On Mon, May 21, 2012 at 09:39:52PM +0200, David Ostrovsky wrote:
with this patch sal/rtl/source/macro.hxx is merged into configure
process and
rtlbootstrap.mk is not generated any more.
arm*)
CPU=R
CPUNAME=ARM
+ RTL_ARCH=ARM_EABI
EPM_FLAGS="-a arm"
OUTPATH=unxlngr
;;
is wrong.
arm*-linux-gnueabi) is RTL_ARCH=ARM_EABI.
arm*-linux) is RTL_ARCH=ARM_OABI.
Yes, arm oabi is dead...
mips64el)
CPU=M
CPUNAME=GODSON
+ RTL_ARCH=MIPS_EB
EPM_FLAGS="-a mips64el"
OUTPATH=unxlngmips
;;
mipsel)
CPU=M
CPUNAME=GODSON
+ RTL_ARCH=MIPS_EB
EPM_FLAGS="-a mipsel"
OUTPATH=unxlngmips
;;
is obviously also wrong. it's called mipsel for a reason. Yes, it's little endian,
so MIPS_EL would be right here.
I bet that more of this might be wrong,
I actually think that getting these values from what the compiler gives is safest as
that one *does* know what it's supoosed to compile for.
Regards,
Rene
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.