From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 9BC71385840F for ; Thu, 17 Mar 2022 09:56:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9BC71385840F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647511006; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=TaQhS17iYHA3YJuNcTNuNbqc2Ut4TSZzIcQntQWwLtQ=; b=VygwkC3c+IOnOieXMRjkHTky3VZJjTU7P9nGLBUqUJ1y9A6undtK+0eLFm16ZKt8DN5jA5 e1nL7Fd8B8qqjDEFIgkMEo0NVj3+QaRIUtPfUlfAZN3VgY7lylh++CVzDO/KVVMHU4DNRP P/MjY5j/AXC3L+tilApn6MT3SladPGk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-91-PxksI-gyMhCumiuBluQ9SQ-1; Thu, 17 Mar 2022 05:56:40 -0400 X-MC-Unique: PxksI-gyMhCumiuBluQ9SQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 189D3811E75; Thu, 17 Mar 2022 09:56:40 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.36.112.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 60BF341136E2; Thu, 17 Mar 2022 09:56:39 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 26C13A8096F; Thu, 17 Mar 2022 10:56:38 +0100 (CET) Date: Thu, 17 Mar 2022 10:56:38 +0100 From: Corinna Vinschen To: Mike Frysinger Cc: newlib@sourceware.org, Kuba Sejdak , contact@phoenix-rtos.com Subject: Re: [PATCH] newlib: drop phoenix support Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Mike Frysinger , newlib@sourceware.org, Kuba Sejdak , contact@phoenix-rtos.com References: <20220315035809.4238-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20220315035809.4238-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2022 09:56:48 -0000 [CC official contact address of the phoenix-rtos HQ] On Mar 14 23:58, Mike Frysinger wrote: > This code has not been updated since 2016, and it looks like it has > rotted quite a bit since. It does not build against the current set > of phoenix sources -- I had to hack both the kernel headers and the > newlib headers up to get it to build, and I still have no idea if it > actually links or runs. It seems like the project itself has moved > away from newlib and to its own C library: > https://phoenix-rtos.com/documentation/libc/README.md > > So since there's no interest from the phoenix folks to maintain this, > and it has a significant amount of non-standard code that we try to > keep up-to-date (without actually testing it), just punt it all. Let's wait another week for a reply from the phoenix folks. If we don't get one, feel free to push the patches same time next week. Thanks, Corinna