From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66352 invoked by alias); 5 Nov 2018 09:02:34 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 66290 invoked by uid 9078); 5 Nov 2018 09:02:33 -0000 Date: Mon, 05 Nov 2018 09:02:00 -0000 Message-ID: <20181105090233.66287.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib/configure.host: Set have_init_fini to no for OpenRISC X-Act-Checkin: newlib-cygwin X-Git-Author: Stafford Horne X-Git-Refname: refs/heads/master X-Git-Oldrev: 9a7f131e0e4dcb4833c4b5eb8c04643a05c3c7e3 X-Git-Newrev: 8ac94ca7bbe4ceddafe6583ee4766d3c15b18ac8 X-SW-Source: 2018-q4/txt/msg00022.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8ac94ca7bbe4ceddafe6583ee4766d3c15b18ac8 commit 8ac94ca7bbe4ceddafe6583ee4766d3c15b18ac8 Author: Stafford Horne Date: Sat Nov 3 07:00:02 2018 +0900 newlib/configure.host: Set have_init_fini to no for OpenRISC The new GCC port for OpenRISC will use the init_fini_array only and not provide the init() and fini() functions. Disable the function usage by default as its no longer needed. Signed-off-by: Stafford Horne Diff: --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/configure.host b/newlib/configure.host index 27bce36..6c49cb7 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -279,6 +279,7 @@ case "${host_cpu}" in ;; or1k*|or1knd*) machine_dir=or1k + have_init_fini=no ;; powerpc*) machine_dir=powerpc