[PATCH] fdo#50162 merge rtlbootstrap.mk into configure.in

Rene Engelhard rene at debian.org
Mon May 21 14:17:23 PDT 2012


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


More information about the LibreOffice mailing list