From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 28 14:40:57 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D75FE1065672 for ; Fri, 28 Oct 2011 14:40:57 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 928278FC1D for ; Fri, 28 Oct 2011 14:40:57 +0000 (UTC) Received: by qadz32 with SMTP id z32so5087607qad.13 for ; Fri, 28 Oct 2011 07:40:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=JM4nLeAh79TSJeLDvtxeK2nP1QNofKjLRkdmMkRz+9c=; b=sIbBnXy6mWC77IVTnnulc3AUkpPbjJM9SzLtlnN5Egl4E5WM3DkiBn0UaCfLy4bHDI zPZu7VDXXxxQtlZzMOuJq3kjGa8jVGA4kb+v3VNMrCeKERUKa2uTjtNeMhq9uls5QQCa pxM8hq/yrspZvC2WRwCPLjoHWU4off4wNcQ7s= MIME-Version: 1.0 Received: by 10.68.56.165 with SMTP id b5mr4453535pbq.86.1319812856323; Fri, 28 Oct 2011 07:40:56 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.142.212.3 with HTTP; Fri, 28 Oct 2011 07:40:56 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 Oct 2011 10:40:56 -0400 X-Google-Sender-Auth: cLecRVlG1hzUe3Z0vnt_OtNBBnQ Message-ID: From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Building ppc64 on ppc32 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 14:40:57 -0000 On Fri, Oct 28, 2011 at 9:56 AM, Justin Hibbits wrote: > I might be doing this wrong, but when trying to build the kernel for my G5 > (powerpc64) I used the following line: > > sudo make buildworld buildkernel KERNCONF=GENERIC64 TARGET_ARCH=powerpc64 > TARGET=powerpc > > Bug got the error: > /usr/src/gnu/lib/libssp/libssp_nonshared/../../../../contrib/gcclibs/libssp/ssp-local.c:1: > error: 64 bit CPU required > > What's the correct way to cross-build for ppc64 on a ppc32? I had done > this before a few times, but can't for the life of me remember how. > > - Justin > Ignore, it's noise. I had set CPUTYPE?=7450 in my make.conf.