From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x443.google.com (mail-pf1-x443.google.com [IPv6:2607:f8b0:4864:20::443]) by sourceware.org (Postfix) with ESMTPS id BA9DF3851C28 for ; Fri, 5 Jun 2020 15:48:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BA9DF3851C28 Received: by mail-pf1-x443.google.com with SMTP id x207so5081699pfc.5 for ; Fri, 05 Jun 2020 08:48:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:mime-version:subject :from:in-reply-to:cc:date:message-id:references:to; bh=xbGIg6J/73Pt2ByekV9loZ3WtFq7DyP0P6NzFAN91JM=; b=A7KXE1nEXys1YDEMwxqFKRBJsOxDVXJNwFdnzIF5/OjIout7AMPx0DB4t7rbzVlRZH 5PHphPZRQpaI6xaeuLM8PpWjGOaGWsL6UDDxnumipD4knh/rhKB0CqK3lfStnKRXlgGo wjdZudUdVuLNxgbS8ctOoqTDQDBpiIIAfHrJFzBe9+EkeZAe5wXesfpSy8kjZxT309G0 grEiWEMyFpbHdg047pp3rsjhM0uDJHTGsRxYXcdm/PI/RkeT7vVNq2O9dT2z/QCeIDc/ AucnS/V18k72M0+fuRI/hQAdEc1P/itFxLArdx6ZaKYq6EQVCT74F+6gxuwtH82ty8Rh FfNQ== X-Gm-Message-State: AOAM531/uZO479MSd4/9yhhJNppOkyT7TXNQdZYwgZqrdlWReFLE28Ue Wgi7FQYM+8DYqLRRE8A+rLi/U1i5QnNLpQ== X-Google-Smtp-Source: ABdhPJz5FpNA8OD0KujAI9TSsryCRBpfYvP+0iCquDhDpwvD1WeF3wT4wVH9EnDY7D46UjKM/6ck6A== X-Received: by 2002:aa7:9e50:: with SMTP id z16mr9725725pfq.118.1591372089578; Fri, 05 Jun 2020 08:48:09 -0700 (PDT) Received: from [192.168.1.8] ([117.247.219.51]) by smtp.gmail.com with ESMTPSA id 73sm36973pge.15.2020.06.05.08.48.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 05 Jun 2020 08:48:08 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: [PATCH 0/1] Hard-float fenv support for PowerPc From: Eshan Dhawan In-Reply-To: Cc: joel@rtems.org, newlib@sourceware.org Date: Fri, 5 Jun 2020 21:18:06 +0530 Message-Id: <7B87FE16-601A-4037-846B-3206434C8EE6@gmail.com> References: To: Sebastian Huber X-Mailer: iPhone Mail (17E262) X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 05 Jun 2020 15:48:12 -0000 Hi Sebastian,=20 Did you run autoreconf -fvi in newlib directory. This patch only contains the hand written files No files generated by autoconf are included in this patch=20 Are those files required to be included ??=20 > On 05-Jun-2020, at 6:16 PM, Sebastian Huber wrote: >=20 > =EF=BB=BFHello, >=20 > this patch breaks the powerpc-rtems build: >=20 > gmake[8]: Leaving directory '/usr/home/user/rtems-source-builder/rtems/bui= ld/powerpc-rtems6-gcc-6ea6c49-newlib-e6ce6f1-x86_64-freebsd12.1-1/build/powe= rpc-rtems6/m403/newlib/libm/fenv' > Making all in machine > gmake[8]: Entering directory '/usr/home/user/rtems-source-builder/rtems/bu= ild/powerpc-rtems6-gcc-6ea6c49-newlib-e6ce6f1-x86_64-freebsd12.1-1/build/pow= erpc-rtems6/m403/newlib/libm/machine' > Making all in powerpc > cd: powerpc: No such file or directory >=20 > How did you test your patch?