[Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

Norbert Thiebaud nthiebaud at gmail.com
Wed Aug 3 09:41:21 PDT 2011


Ok so now I read the patch...

Did it work for you ?

1/ it seems to me that it is missing a piece to put that HAVE_GCC_AVX
in Env.Host.sh (see set_soenv.in)
without that the second patch will never see it

2/ the makefile patches in the second patch are dmake makefile so the
syntax is more something like

.IF "$(HAVE_GCC_AVX)" == "YES"
[...]
.ENDIF

take a look at HAVE_GCC_NO_LONG_DOUBLE
and how it is set-up in configure.in/set_soenv.in and used later in
the makefiles...

Norbert


More information about the LibreOffice mailing list