[Libre-soc-bugs] [Bug 1130] Build Debian SFFS

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Aug 4 17:11:37 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1130

--- Comment #1 from Sadoon Albader <sadoon at albader.co> ---
Debian's build flags are stored in /etc/dpkg/buildflags.conf
This means when working with a schroot (like with sbuild), these flags
specifically need to be enabled *inside* the chroot itself, not for the host
machine executing sbuild.

cat /srv/chroot/bookworm-ppc64el-sbuild/etc/dpkg/buildflags.conf

APPEND CFLAGS -mcpu=power9 -mno-altivec -mno-vsx -mno-crypto -mno-htm
-mlong-double-64
APPEND CXXFLAGS -mcpu=power9 -mno-altivec -mno-vsx -mno-crypto -mno-htm
-mlong-double-64

This works according to my test in
https://bugs.libre-soc.org/show_bug.cgi?id=1128#c8

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list