From owner-freebsd-arm@freebsd.org Wed Dec 2 04:09:12 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FFCAA3F859 for ; Wed, 2 Dec 2015 04:09:12 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (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 4FEC61A33 for ; Wed, 2 Dec 2015 04:09:12 +0000 (UTC) (envelope-from fehrist@codeghar.com) Received: by padhx2 with SMTP id hx2so27231980pad.1 for ; Tue, 01 Dec 2015 20:09:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeghar-com.20150623.gappssmtp.com; s=20150623; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dzPvIzI++T/ohlDAD5cRTooF35GF+5dLtFzpVmxBa6k=; b=DrujmrDiyVt/bs8j82XRPpt5dJFy3UhFLQ1JQ3oy+IcsZ1SfF9OMkDaAda3lgoEglb ilrxai+8dVd5ulEy6WOvgdfPoyR4nrRL2v9vIqPaaOqDSZd2p67ze/3XPfofPRJ0ucPG dnI0IsIGJwcGgswaBXa9b49+VE1+9+uLavQ3cdLeAS/gt1wP27i4eI2VDVzUDv/Qunsz a0d3RBF7jMu+BGOZWhYz8iMKCk9r8QatBWUfFIl1j9NHPCnU1UkbIELxAq/TtbHna0eS EsQb5mfAoLmG05TvRLZl3uZTjrU17gVe8jS4RJ8bqcPSCCGjpOJ5zZgqhYn0oHu2INJi RWAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:reply-to:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=dzPvIzI++T/ohlDAD5cRTooF35GF+5dLtFzpVmxBa6k=; b=bqRPB8BMqoNZ38+I30YMM0oXSKQQrNMRqf2z7tzBmeoUnvLUvMMNRzJgGIq5gSCSIj 8wwPIMgoQli1KjPBT79RKBkKJeaVnvVTkOY8u3WbATdJHuxmTCACe8fa3idssnLJAtXn ZbmxS/e1rUxhBOjhttqwR6G2xONMGMyF7nvzy9IOz+gZifKZDvX1YSQi7jCKzANwKvEJ NOqMXkewL/kXYMg6cl8slEBiimSXjx1tPI6SnfZDXQAeULjxQ0QHjnZ6OMRrToayunWR cQeggn2kCK/fKO5AmCzcNBO0zZM1pMBFQezMRC0z0FKxAX6ng4k8j7XaCJJhES4gjZvP PYrg== X-Gm-Message-State: ALoCoQnFhUbbecOSativdzRslgmv0I6PVQTS4m5zu3ms47roSkN4U50zsZ/DdNWyvKR0+Nk1oMpW X-Received: by 10.66.153.198 with SMTP id vi6mr1521272pab.37.1449029351663; Tue, 01 Dec 2015 20:09:11 -0800 (PST) Received: from heer.internal.jugni.xyz ([2601:600:8300:45b:59be:9bbb:5c54:f59d]) by smtp.googlemail.com with ESMTPSA id wo3sm880379pab.25.2015.12.01.20.09.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Dec 2015 20:09:11 -0800 (PST) Message-ID: <565E6EE9.1010204@codeghar.com> Date: Tue, 01 Dec 2015 20:09:13 -0800 From: Hamza Sheikh Reply-To: fehrist@codeghar.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-arm CC: Warner Losh , Tim Kientzle Subject: Re: make buildworld failed on Raspberry Pi 2 - "instruction requires: armv6t2" References: <56555273.403@codeghar.com> <5658A76C.1010502@codeghar.com> <565B42F6.2080805@codeghar.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 04:09:12 -0000 > CPUTYPE=native hasn't been tested on arm at all. Clearly our implementation > of it is broken. That's the real bug here. We either should implement it > correctly, > which would take some doing, or we should make -march=native return an > error on those systems where it isn't done right. Bug 204636 is currently assigned to "FreeBSD arm mailing list". Is there something else I need to do* to get it more attention? Or is it more of a fire-and-forget situation where the system will work through its own processes? * I'm not a kernel dev by any stretch of the imagination so filing bugs and following up by providing more info is the best I can do -- Hamza Sheikh Twitter: @aikchar