File: local-64b-align

package info (click to toggle)
hurd 1%3A0.9.git20251029-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,160 kB
  • sloc: ansic: 539,358; sh: 5,143; asm: 2,998; makefile: 2,303; perl: 589; pascal: 484; awk: 157
file content (17 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Avoid 64b typing error on RPC with 64b members in structures, while we migrate
to the fixed 64b structure alignment.

To be removed after people have migrated both gnumach libc+hurd rebuilt against
fixed mig.

Index: hurd-debian/Makeconf
===================================================================
--- hurd-debian.orig/Makeconf
+++ hurd-debian/Makeconf
@@ -679,3 +679,6 @@ endef
 %: %.sh $(..)config.make
 	sed -e 's/STANDARD_HURD_VERSION_\(.[^_]*\)_/\1 (GNU Hurd) $(package-version)/' < $< > $@
 	chmod +x $@
+
+fsServer-CFLAGS += -DTypeCheck=0
+ioServer-CFLAGS += -DTypeCheck=0