[Webkit-unassigned] [Bug 135932] 2.5.[12]: problem when installing in a multilib environment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 04:58:36 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135932





--- Comment #3 from Alberto Garcia <berto at igalia.com>  2014-08-19 04:58:45 PST ---
(In reply to comment #2)
> The job of running with the -m32 option switched on is actually done
> *mostly* with these two:
>
>     -DCMAKE_C_COMPILER_ARG1=-m32
>     -DCMAKE_CXX_COMPILER_ARG1=-m32

I understand, and in principle it should be enough with using those
two variables in PlatformGTK.cmake. The problem is:

1) what happens if those are empty. Does it still work fine?
2) what happens if you need more than one parameter. I believe those
   would go to a different variable.

I remember having taken a look when I filed bug 130009 and the
solution didn't seem obvious to me, but I also have little experience
with cmake so I probably overlooked something.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list