This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via 248d0c7a784f33c7a682cee038ebcaf33af7cb36 (commit) from b379d5afdf65cce11426ab0349a3778b3fd632f5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 248d0c7a784f33c7a682cee038ebcaf33af7cb36 Author: Flavio Cruz <flavioc...@gmail.com> Date: Wed Jan 25 02:16:10 2023 -0500 Do not include seg.c when building for x86_64 File was removed in a previous patch for i386. To avoid future problems, include some common files between i386 and x86_64 in i386/Makefrag_x86.am. It is also easier to see what is different and what lacks support for x86_64 (e.g., SMP). Message-Id: <y9dxoip+clydj...@jupiter.tail36e24.ts.net> ----------------------------------------------------------------------- Summary of changes: Makefrag.am | 7 +++++ i386/Makefrag.am | 69 ++----------------------------------------- i386/Makefrag_x86.am | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ x86_64/Makefrag.am | 68 +------------------------------------------ 4 files changed, 92 insertions(+), 134 deletions(-) create mode 100644 i386/Makefrag_x86.am hooks/post-receive -- GNU Mach