From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10087 Path: news.gmane.org!not-for-mail From: Masanori Ogino Newsgroups: gmane.linux.lib.musl.general,gmane.comp.hardware.lowrisc.devel Subject: Re: [GSoC2016] Weekly Report of Porting musl to RISC-V Project #1 Date: Sat, 4 Jun 2016 01:14:04 +0900 Message-ID: References: <20160603152810.GL22574@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1464970461 21704 80.91.229.3 (3 Jun 2016 16:14:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jun 2016 16:14:21 +0000 (UTC) To: musl@lists.openwall.com, lowrisc-dev@lists.lowrisc.org Original-X-From: musl-return-10100-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jun 03 18:14:21 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1b8rjn-0000O5-MH for gllmg-musl@m.gmane.org; Fri, 03 Jun 2016 18:14:19 +0200 Original-Received: (qmail 26399 invoked by uid 550); 3 Jun 2016 16:14:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 26378 invoked from network); 3 Jun 2016 16:14:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=fnqLR9bAaHyEfaHohNK8JUOXXcfWEc8wRvIg7GvgUhE=; b=CvBEK7npDTca0sdS33M9w+I8dv1x73HkWP7h5OOUX9cYC88xSl1fr3NI37i5vJ2rd3 sHonBy2wQUrY4wU/ZP3hamMeImeeZ8Q5FWnQsToNml9K4bVQSPk8bGvC0Cb0vmQUvK6g +OpwRq2J5oUq7LX7X0G9Vesc+2KR6K4wW3P7dcF23Tg7iOsvBMoiGZPKsjMBji+xvrqx Sg3ZXy/9rsSMbOsb+lGgEwiBDjycRXFHLo4ceOx00ZIAhQpIW6VUXsUgS8JbPU8HpoqH voBwNpoY8Qpi9LyXb8O86KONbqyT7v6tYtJW77MGc3vYnTeuPCbWUie/Q8Qd44jCPdwH Xe6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=fnqLR9bAaHyEfaHohNK8JUOXXcfWEc8wRvIg7GvgUhE=; b=WN+pDczOz6uy6Raxai/YNBVqJJP40w90F+qos4ppwlJFRdbWnwGzSsRl3jqM6Yl6At uqakeu2MpaLG2Ir5lraPMkxzg2G58l2jhlwvK5+6G5Un+XGAiLa5AEszjuikG3+ww8yN Do6dfo636kpkWpf1MTi7bK/Uo520jaCE8J4tzeEBL+uu2TFlVcYyUMzsAfabWL/UThvl 1biwFcxGN+1xibO3hZiPdx6CWV67PP3DblG6FnHn0AOdJrIVzI4ZfCJkrcPhB7TFlguQ +iNhMu6/upW+gifRs9cWEN+MyDCISKztAs3zmJ0akeORFSvmyEW/RrgDka8WbK7e3Qb0 29aA== X-Gm-Message-State: ALyK8tLCkppzicMqyGRkgav/j62N/fpV5ugVI4n9MZmfoKD9/qRYLZb/vDSqpSMgwJfxbSJDsC0AMhvee3nHiA== X-Received: by 10.202.68.138 with SMTP id r132mr2096070oia.27.1464970445130; Fri, 03 Jun 2016 09:14:05 -0700 (PDT) Original-Sender: masanoriogino@gmail.com In-Reply-To: <20160603152810.GL22574@port70.net> X-Google-Sender-Auth: O1nR5KuAHyZEfT9y584VQcEA_kY Xref: news.gmane.org gmane.linux.lib.musl.general:10087 gmane.comp.hardware.lowrisc.devel:385 Archived-At: (Ah, the number in the title should be 2, not 1...) Hello, 2016-06-04 0:28 GMT+09:00 Szabolcs Nagy : > * Masanori Ogino [2016-06-03 23:29:58 +0900]: >> (I am using Linux kernel built with a glibc-based toolchain because I >> am using GCC6 for integration and Linux 4.1.17 has no support for >> that.) > > ln -s compiler-gcc5.h $LINUX/include/linux/compiler-gcc6.h > > should fix that. Thank you for your advice! I will try it. -- Masanori Ogino