From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10161 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 #4 Date: Sun, 19 Jun 2016 23:52:18 +0900 Message-ID: References: <20160618163014.GU22574@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 1466347955 9361 80.91.229.3 (19 Jun 2016 14:52:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jun 2016 14:52:35 +0000 (UTC) To: musl@lists.openwall.com, lowrisc-dev@lists.lowrisc.org Original-X-From: musl-return-10174-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jun 19 16:52:35 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 1bEe5S-0001An-W2 for gllmg-musl@m.gmane.org; Sun, 19 Jun 2016 16:52:35 +0200 Original-Received: (qmail 26064 invoked by uid 550); 19 Jun 2016 14:52:31 -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 26038 invoked from network); 19 Jun 2016 14:52:31 -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=hUgg0J7dQSIa+XskA7ltsFoVWvpjGI5kgTPQXozk7CE=; b=oqXbyGlgIfI1R2odo7/MzbnI6xvZAVouy3kDMHTGTByC472gFaEN6g/7fycpr4WTBx NoQZ5kquUbN8yBia/szkXaQ9EAZjrmhw1uZEkE6k+g/lqr7oiMLV5iZF+96C1OWQFOXp blg63J87eLShpXr/fH+GcWxaELfMXlxdprg6Je60GrDHwW92drWWeAW3bXtXfcUMC1xl ZB8h2sis8jGuMBkjy5fZVbm2+f+YlHNpJQNQ/FBABch3Lfeq5ONW1ky4F73TlTCLCMiq IiEB6qZqgL8s+T5FEDvxzV8BszAkxrvuEntnO5gHTFyHeoHQNC4AQpRKQY1T7dkDm1WR /qSw== 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=hUgg0J7dQSIa+XskA7ltsFoVWvpjGI5kgTPQXozk7CE=; b=Jsh6hNu3j1ZAoiq6O1+5e5bIsaFQRptwxB6+XhvkqmEjbi2l5ulsZTPipEgKv301/8 2j/o9+dkUnUYagi3IH4qA8ZXX5tkdPykcPuqU9S2Z/VkqwlE8fQr1PD1c/tjf6A/3H8A sEJu1OFSPKaNSA15lGYonsokltR9PGQsAsDn1+6ufB6+J4EfLQGp7SqfhJApzvvf8jkX 6YfWP4JMaNXF6Ttjn7BdRkl9ue23IoGe0XbaQ/kB4TK/D5kPqKySLQFpt2E8VtB5WsW7 ER6jb5jVu7XltxBDKvA0Rw2ztF/4HUVsDpNlzuN/KV1RmKoyHo9xQGzuDAel9D09dF45 KFYw== X-Gm-Message-State: ALyK8tLEPSHRBZIHTmJFmygp+ybs042bV8Z0FWlKJHLgcgl2eHZmjxQ6CaOBUidaTc6GPu70RiNh2v3kSvBhQQ== X-Received: by 10.157.47.36 with SMTP id h33mr302731otb.19.1466347938919; Sun, 19 Jun 2016 07:52:18 -0700 (PDT) Original-Sender: masanoriogino@gmail.com In-Reply-To: <20160618163014.GU22574@port70.net> X-Google-Sender-Auth: IAmtlWWJkog1tAvrzoKxJzkPJPo Xref: news.gmane.org gmane.linux.lib.musl.general:10161 gmane.comp.hardware.lowrisc.devel:397 Archived-At: 2016-06-19 1:30 GMT+09:00 Szabolcs Nagy : > * Masanori Ogino [2016-06-18 22:21:58 +0900]: >> This week, I have tried to run libc-test [1] on Spike with the >> musl-based toolchain, but not succeeded. I found a minor problem with >> recent cpp (I will report it to the maintainer of libc-test later) but > > you have to s/-E/-E -P/ in the makefile > > i was reluctant to do this upstream as it is a non-standard flag. Thank you for letting me know! -- Masanori Ogino