Date: Tue, 26 Oct 2021 12:01:08 +0000 From: bugzilla-noreply@freebsd.org To: enlightenment@FreeBSD.org Subject: [Bug 259443] devel/efl: fix build on armv6/armv7 Message-ID: <bug-259443-33756-ALNnN0OCBw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259443-33756@https.bugs.freebsd.org/bugzilla/> References: <bug-259443-33756@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=3D259443 --- Comment #6 from Robert Clausecker <fuz@fuz.su> --- (In reply to Mikael Urankar from comment #3) The -no-integrated-as option causes clang to use as(1) for assembly instead= of its internal assembler. FreeBSD has stopped shipping as(1) a while ago, so as(1) from binutils is needed on these versions of the OS. The BUILD_DEPEN= DS line depending on the command makes sure the dependency is only required wh= en as(1) is not already installed. --=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-259443-33756-ALNnN0OCBw>