Date: Thu, 20 Apr 2017 14:58:40 +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-1NLa46Y0q4@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 #5 from mikael.urankar@gmail.com --- (In reply to Pawel Pekala from comment #4) We are building package for armv6 in an arm chroot. In this chroot the toolchain (located in /nxb-bin) and some system utilitie= s=20 are amd64 binaries (this is what we call native-xtools) c++ is an arm binary and it will be slow to execute because we have to go=20 through the emulation layer while /nxb-bin/usr/bin/c++ is an amd64 binary a= nd it's fast. Also, your patch is wrong if I want to use gcc as a compiler, c++ aka clang is hardcoded and I want g++ This is why I'm asking to use env CXX=3D$(CXX) instead. --=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-1NLa46Y0q4>