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 09F283858D37 for ; Mon, 9 Jan 2023 10:29:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 09F283858D37 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=1673260179; 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=yPf8mJdlsEZOL7PNYb69AHz+NcR0OQMz/hESjk2y34Y=; b=CPOztncqyHZa/KZNfip2x3thnGB3nClG253YPc3G/m64ig8nXl7Mm3wo7hYp1gjBV8rFm3 +00D8Q2p52qpU+y5Z0Jjp4PloYCcUDaNNOInLVUgIVtkh53gOIb2EyJPkqw3YbQM/cXFtB DBhWQQyKUfc3h4xEriwrhR5Ss6dRnj8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-433-ybKZTX-NMh2Dkipn1qUmqA-1; Mon, 09 Jan 2023 05:29:36 -0500 X-MC-Unique: ybKZTX-NMh2Dkipn1qUmqA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1C2163C0F660; Mon, 9 Jan 2023 10:29:36 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.197]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CA2542026D4B; Mon, 9 Jan 2023 10:29:35 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 40377A80895; Mon, 9 Jan 2023 11:29:34 +0100 (CET) Date: Mon, 9 Jan 2023 11:29:34 +0100 From: Corinna Vinschen To: Mike Frysinger Cc: Stefan Tauner , newlib@sourceware.org Subject: Re: [PATCH] libgloss: arm: break newlib dependency Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Mike Frysinger , Stefan Tauner , newlib@sourceware.org References: <20221214091304.25170-1-vapier@gentoo.org> <20230104020454.22501-1-vapier@gentoo.org> <1Msq2E-1oxIJ12sOm-00t9f5@mail.gmx.net> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 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.1 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_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jan 3 22:06, Mike Frysinger wrote: > On 04 Jan 2023 03:17, Stefan Tauner wrote: > > wouldn't it make sense to add the "include" directory itself to the > > build process(es) as include directory instead of prepending it to all > > #include statements? > > the include/ dir has headers that conflict with standard headers like > getopt.h. this causes build failures. > -mike What about using -idirafter instead? Corinna