[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hurd port for gcc-7 go PATCH 1-3(15)
From: |
Matthias Klose |
Subject: |
Re: Hurd port for gcc-7 go PATCH 1-3(15) |
Date: |
Wed, 15 Nov 2017 21:40:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
On 06.11.2017 16:36, Svante Signell wrote:
> Hi,
>
> Attached are patches to enable gccgo to build properly on Debian
> GNU/Hurd on gcc-7 (7-7.2.0-12).
sysinfo.go:6744:7: error: redefinition of 'SYS_IOCTL'
const SYS_IOCTL = _SYS_ioctl
^
sysinfo.go:6403:7: note: previous definition of 'SYS_IOCTL' was here
const SYS_IOCTL = 0
^
the patches break the build on any Linux architecture. Please could you test
your patches against a linux target as well?