projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23d744
)
universally apply our cflags (no vsx, no altivec..)
master
author
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 18 Aug 2023 16:33:24 +0000
(19:33 +0300)
committer
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 18 Aug 2023 16:33:24 +0000
(19:33 +0300)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 6dda9093a9ce21d6f53f56c0bbb376d9cea0d6b5..e7267a97dd6c0a6465810a40e2dd86be3d1a691a 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-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)