From patchwork Sun Jan 28 18:40:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 866890 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-89747-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="AwC70TXe"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zV1gk2sVvz9sBd for ; Mon, 29 Jan 2018 05:41:22 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=HAflLZljOw6455O14SLVVRrFnq5WejK qI207cUGP5MOij23XLTWQ3cCcnNI9Zzw4ak878XXsE12l51rbkX5CdakmdvXlU11 rZQVtWlZc90wKT9rK2GiKuuFV/CxiJRMcEGLAa3tyJqpyzc6a6Ndg+1KvuAJ+Dkt 0rtCuyRdwT7E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=0GIusA6s7W2PstDYJ6Sh38Ssij4=; b=AwC70 TXeHdKQ9NM3Jaa8nNWzj3ji9942KUSqegStjr/oyO9b1pc1CZ2uzxzy2muIMNTKD d9AKGWDcU5haQCcLYVasVcZlSjVTrOpMuxR4EH0um87oQ1eiC2kcJrTZEZ6PlQZd r5rnmR4jpikkl8LeGzdSwDagJp7unO79FIjYzg= Received: (qmail 125685 invoked by alias); 28 Jan 2018 18:40:57 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 125517 invoked by uid 89); 28 Jan 2018 18:40:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited 3/3] hurd: Build stubs for new gnumach.defs Date: Sun, 28 Jan 2018 19:40:45 +0100 Message-Id: <20180128184045.5892-4-samuel.thibault@ens-lyon.org> In-Reply-To: <20180128184045.5892-1-samuel.thibault@ens-lyon.org> References: <20180128184045.5892-1-samuel.thibault@ens-lyon.org> * mach/Makefile (user-interfaces): Add mach/gnumach. * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach. * sysdeps/mach/configure (mach_interface_list): Regenerate. --- ChangeLog | 3 +++ mach/Makefile | 2 +- sysdeps/mach/configure | 2 +- sysdeps/mach/configure.ac | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a9c1fdd38..babe572b5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -96,6 +96,9 @@ check size against PTHREAD_STACK_MIN. * hurd/hurd/signal.h [__USE_EXTERN_INLINES][_LIBC][IS_IN(libc) || IS_IN(libpthread)]: Include . + * mach/Makefile (user-interfaces): Add mach/gnumach. + * sysdeps/mach/configure.ac (mach_interface_list): Add gnumach. + * sysdeps/mach/configure (mach_interface_list): Regenerate. 2008-12-18 Thomas Schwinge diff --git a/mach/Makefile b/mach/Makefile index 50047c2fd8..0ef6e1696d 100644 --- a/mach/Makefile +++ b/mach/Makefile @@ -116,7 +116,7 @@ ifndef mach-shortcuts # $(mach-shortcuts) will be set, and that will change how # mach_interface.defs is processed: it will get the -D flags below. user-interfaces := $(filter-out $(mach-interface-list:%=mach/%) \ - mach/mach_port mach/mach_host mach/mach4 \ + mach/mach_port mach/mach_host mach/mach4 mach/gnumach \ device/device_request,\ $(user-interfaces)) endif diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 632a9c9fa4..c6ea9be20b 100644 --- a/sysdeps/mach/configure +++ b/sysdeps/mach/configure @@ -282,7 +282,7 @@ if test $libc_cv_mach_task_creation_time = no; then fi mach_interface_list= -for ifc in mach mach4 \ +for ifc in mach mach4 gnumach \ clock clock_priv host_priv host_security ledger lock_set \ processor processor_set task task_notify thread_act vm_map \ memory_object memory_object_default default_pager \ diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac index 3033fec946..cadecae884 100644 --- a/sysdeps/mach/configure.ac +++ b/sysdeps/mach/configure.ac @@ -59,7 +59,7 @@ dnl but we don't do a check for that here because in a bare dnl environment the compile against those headers will fail. dnl mach_interface_list= -for ifc in mach mach4 \ +for ifc in mach mach4 gnumach \ clock clock_priv host_priv host_security ledger lock_set \ processor processor_set task task_notify thread_act vm_map \ memory_object memory_object_default default_pager \