universally apply our cflags (no vsx, no altivec..) master
authorSadoon Albader <sadoon@soulserv.xyz>
Fri, 18 Aug 2023 16:33:24 +0000 (19:33 +0300)
committerSadoon Albader <sadoon@soulserv.xyz>
Fri, 18 Aug 2023 16:33:24 +0000 (19:33 +0300)
debian/rules

index 6dda9093a9ce21d6f53f56c0bbb376d9cea0d6b5..e7267a97dd6c0a6465810a40e2dd86be3d1a691a 100755 (executable)
@@ -111,6 +111,8 @@ BUILD_CXX = $(DEB_BUILD_GNU_TYPE)-$(BASE_CXX)
 BUILD_CFLAGS = -O2 -g -fdebug-prefix-map=$(CURDIR)=.
 HOST_CFLAGS = -pipe -O2 -g -fdebug-prefix-map=$(CURDIR)=. $(call xx,extra_cflags)
 
+extra_cflags += -mno-altivec -mno-vsx -mno-htm -mno-crypto
+
 # 32-bit MIPS builders have a 2GB memory space. This is not enough to
 # build test-tgmath3.o with GCC, unless tweaking the garbage collector.
 ifeq ($(findstring mips,$(DEB_BUILD_ARCH))-$(DEB_BUILD_ARCH_BITS), mips-32)