From owner-svn-src-head@freebsd.org Fri May 11 18:12:44 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1433CFB445A for ; Fri, 11 May 2018 18:12:44 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f48.google.com (mail-it0-f48.google.com [209.85.214.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A57E7697CF for ; Fri, 11 May 2018 18:12:43 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f48.google.com with SMTP id n64-v6so3048433itb.3 for ; Fri, 11 May 2018 11:12:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:cc; bh=Ywwi2RLXgeMcUULy7Bffcl3HuTWsDerRJ7QQj27ySVc=; b=SB33fR7OMmPj1N/ESfDaPwJbblImMeL8l9JFM2Pl2XvAlPuIDbFWN6Xdf2rm+JWQQX msI45cpmeHuDHFGrM3Xly7qjPpMYTiu3Qr6CEbQxikCDHlIMHRQDQ0rezl7s64FmgM4d 7RBeMNqW9plbbCF7y7Sgcp5c7Nzmlg20+/KkaFkQzkXrFy/P4j+FWcJFxu4GvEDYxgBo IUFzkYZ3A4dM/ybcABtk2HAwubbtFJtH6BMUpydA+5qTOLkuj3WTgv5Rqc6Q/cE6FoYU llHybkMqyYYBEGyq3WzmhuQxFEriA9EzNXE+sjMFa4oAGSHoz0ZZsrLG+a6k8P5RzjiQ /itw== X-Gm-Message-State: ALKqPwfPnJeHBtPGFFXwFpHgcQOX8N7SZscLsRdJ+TPhhmwx7lR1PF7u CItdLol0X23EfbGiSibqbehs4ByD X-Google-Smtp-Source: AB8JxZrJcMApPqobDRIpBX5QHA4LPirI+TJ77brojPO9n2bjtkVCsNRyQCqqkPzaHZlyN1Cln7LdBg== X-Received: by 2002:a24:ac6b:: with SMTP id m43-v6mr4465941iti.12.1526061968376; Fri, 11 May 2018 11:06:08 -0700 (PDT) Received: from mail-it0-f51.google.com (mail-it0-f51.google.com. [209.85.214.51]) by smtp.gmail.com with ESMTPSA id i143-v6sm927479iti.18.2018.05.11.11.06.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 May 2018 11:06:08 -0700 (PDT) Received: by mail-it0-f51.google.com with SMTP id j186-v6so3220030ita.5 for ; Fri, 11 May 2018 11:06:08 -0700 (PDT) X-Received: by 2002:a24:b310:: with SMTP id e16-v6mt4752828itf.58.1526061967940; Fri, 11 May 2018 11:06:07 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:a40b:0:0:0:0:0 with HTTP; Fri, 11 May 2018 11:06:07 -0700 (PDT) In-Reply-To: References: <201805101501.w4AF1iI0039082@repo.freebsd.org> <20180511100713.GG6887@kib.kiev.ua> From: Conrad Meyer Date: Fri, 11 May 2018 11:06:07 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333461 - head/sys/amd64/amd64 Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 18:12:44 -0000 PR here, for the curious: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228161 On Fri, May 11, 2018 at 11:00 AM, Conrad Meyer wrote: > On Fri, May 11, 2018 at 3:07 AM, Konstantin Belousov > wrote: >> On FreeBSD, gcc configuration requires explicit --enable-gnu-indirect-function >> option. I see it in e.g. lang/gcc7 port Makefile. >> >> On the other hand, I do not understand how devel/amd64-xtoolchain-gcc >> and devel/powerpc64-xtoolchain-gcc are build, so cannot see whether the >> switch is added to the configure invocation. But I suspect that it is >> not. >> >> In other words, most likely the problem is due to the port itself. > > Sure, I will try to track it down and file a port bug. Until then, > though, head is broken for cross toolchain GCC users :-(. > > I believe xtoolchain GCC is configured here: > https://svnweb.freebsd.org/ports/head/devel/powerpc64-gcc/Makefile?view=markup#l44 > (Indeed, --enable-gnu-indirect-function is absent.) > > Thanks, > Conrad