[cairo] on making cairo & pixman build with intel c/c++ compiler
Pedro Lamarão
pedro.lamarao at mndfck.org
Sat Apr 12 13:16:39 PDT 2008
Serhat escreveu:
> greetings. im trying to make cairo & pixman build (and pass their
> tests) with intel c/c++ compiler 10.1.015. so far it is trivial for
> pixman with the attached patches (just a 2nd patch to better mimic gcc
> inline parameters, notice that these patches do not affect any non-icc
> build; also im attaching the output of pixman's build if u wanna take
> a look at icc's warnings about pixman source, i worked on the latest
> pixman trunk as of now).
In your patch the following test:
-MMX_CFLAGS="-mmmx -Winline --param inline-unit-growth=10000 --param
large-function-growth=10000"
+if test "x$CC" = "xicc"; then
+ MMX_CFLAGS="-mmmx -Winline"
+else
+ MMX_CFLAGS="-mmmx -Winline --param inline-unit-growth=10000 --param
large-function-growth=10000"
+fi
will fail if CC=/opt/intel/cc/10.1.012/bin/icc or something similar.
--
P.
More information about the cairo
mailing list