Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 19:20:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218714] multimedia/kodi: fix build when gcc is installed
Message-ID:  <bug-218714-13-4hIuLTCNsS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218714-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218714-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218714

--- Comment #4 from Pawel Pekala <pawel@FreeBSD.org> ---
No, when cross-compiling CXX will be cross-compiler. Example:
We want to compile kodi for arm (target) on amd64 (host). CXX is set to
generate
binaries for arm (target), JsonSchemaBuilder must be compiled and executed
later on host (amd64) so we set CXX to c++ system compiler to be sure to
compile it's
code for host (amd64).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218714-13-4hIuLTCNsS>