diff options
author | Luca Dariz <luca@orpolo.org> | 2023-01-16 11:58:55 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-18 02:27:14 +0100 |
commit | 027cf6671fad35d663f25c58430cd8fc6a45e181 (patch) | |
tree | 19d481b25d41b1f8d196c064328a3e1fa48e2e25 | |
parent | 194318d21f8ce386a186d90544d8a1d81aa222c2 (diff) | |
download | gnumach-027cf6671fad35d663f25c58430cd8fc6a45e181.tar.gz gnumach-027cf6671fad35d663f25c58430cd8fc6a45e181.tar.bz2 gnumach-027cf6671fad35d663f25c58430cd8fc6a45e181.zip |
adjust rdxtree key to the correct size
* Makefile.am: define RDXTREE_KEY_32
Message-Id: <20230116105857.240210-6-luca@orpolo.org>
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fb557ba6..54fcf685 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,9 @@ endif # We do not support or need position-independent AM_CFLAGS += \ -no-pie -fno-PIE -fno-pie -fno-pic + +# This must be the same size as port names, see e.g. ipc/ipc_entry.c +AM_CFLAGS += -DRDXTREE_KEY_32 # # Silent build support. |