From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117154 invoked by alias); 4 Sep 2016 14:51:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 117139 invoked by uid 89); 4 Sep 2016 14:51:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:ip5f5af, H*RU:sk:ip5f5af, H*r:sk:ip5f5af X-HELO: einhorn.in-berlin.de Received: from einhorn.in-berlin.de (HELO einhorn.in-berlin.de) (192.109.42.8) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Sep 2016 14:51:12 +0000 X-Envelope-From: doko@ubuntu.com Received: from [192.168.178.22] (ip5f5af463.dynamic.kabel-deutschland.de [95.90.244.99]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8) with ESMTP id u84Ep9Ye028658 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Sep 2016 16:51:09 +0200 Subject: Re: libgo patch committed: Change build procedure to use build tags To: Andreas Schwab , Ian Lance Taylor References: <87k2fs93o2.fsf@linux-m68k.org> Cc: gcc-patches , "gofrontend-dev@googlegroups.com" From: Matthias Klose Message-ID: Date: Sun, 04 Sep 2016 16:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-SW-Source: 2016-09/txt/msg00162.txt.bz2 On 07.08.2016 17:18, Matthias Klose wrote: > On 07.08.2016 14:14, Andreas Schwab wrote: >> That breaks ia64: >> >> ../../../libgo/go/internal/syscall/unix/getrandom_linux.go:29:5: error: reference to undefined name 'randomTrap' >> if randomTrap == 0 { >> ^ >> ../../../libgo/go/internal/syscall/unix/getrandom_linux.go:38:34: error: reference to undefined name 'randomTrap' >> r1, _, errno := syscall.Syscall(randomTrap, >> ^ >> make[4]: *** [internal/syscall/unix.lo] Error 1 > > same on s390x. same on mips, mipsel, mips64el and sparc64. Matthias