From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18698 invoked by alias); 16 Dec 2012 17:51:52 -0000 Received: (qmail 18688 invoked by uid 22791); 16 Dec 2012 17:51:51 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Dec 2012 17:51:43 +0000 Received: by mail-la0-f41.google.com with SMTP id m15so4027133lah.0 for ; Sun, 16 Dec 2012 09:51:42 -0800 (PST) Received: by 10.152.103.99 with SMTP id fv3mr8315659lab.16.1355680302081; Sun, 16 Dec 2012 09:51:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.139.71 with HTTP; Sun, 16 Dec 2012 09:51:01 -0800 (PST) In-Reply-To: <50CE00E1.8050800@grapentin.org> References: <50CB3D25.9070809@grapentin.org> <50CE00E1.8050800@grapentin.org> From: =?UTF-8?B?0JjQs9C+0YDRjCDQn9Cw0YjQtdCy?= Date: Sun, 16 Dec 2012 17:51:00 -0000 Message-ID: Subject: Re: port to minix3 To: libc-ports@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00049.txt.bz2 > I mean, are there documentations, guides, man pages on how the sysdeps > things work? Start from configure.in, make it recognize something like --host=i386-minix3.2-gnu Add subdirs to sysdeps/, like sysdeps/unix/sysv/minix (is minix SysV compatible?) same for nptl (nptl/sysdeps/...). You can find examples in Debian's kfreeBSD port or kOpenSolaris.