Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 730542
Collapse All | Expand All

(-)a/tools/cross-wine32.in (-2 / +3 lines)
Lines 5-13 strip = 'strip' Link Here
5
pkgconfig = '@PKG_CONFIG@'
5
pkgconfig = '@PKG_CONFIG@'
6
6
7
[properties]
7
[properties]
8
c_args = ['-m32']
8
c_args = @CFLAGS@ + ['-m32']
9
c_link_args = ['-m32', '-mwindows']
9
c_link_args = @LDFLAGS@ + ['-m32', '-mwindows']
10
needs_exe_wrapper = true
10
needs_exe_wrapper = true
11
pkg_config_libdir = '@PKG_CONFIG_LIBDIR@'
11
12
12
[host_machine]
13
[host_machine]
13
system = 'linux'
14
system = 'linux'
(-)a/tools/cross-wine64.in (-2 / +3 lines)
Lines 5-13 strip = 'strip' Link Here
5
pkgconfig = '@PKG_CONFIG@'
5
pkgconfig = '@PKG_CONFIG@'
6
6
7
[properties]
7
[properties]
8
c_args = ['-m64']
8
c_args = @CFLAGS@ + ['-m64']
9
c_link_args = ['-m64', '-mwindows']
9
c_link_args = @LDFLAGS@ + ['-m64', '-mwindows']
10
needs_exe_wrapper = true
10
needs_exe_wrapper = true
11
pkg_config_libdir = '@PKG_CONFIG_LIBDIR@'
11
12
12
[host_machine]
13
[host_machine]
13
system = 'linux'
14
system = 'linux'

Return to bug 730542