From owner-freebsd-questions@FreeBSD.ORG Thu Oct 11 05:32:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89A6E16A417 for ; Thu, 11 Oct 2007 05:32:31 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 52F6A13C45B for ; Thu, 11 Oct 2007 05:32:31 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so844050pyb for ; Wed, 10 Oct 2007 22:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=CRMoOGUK5JJPrBNVTzWQijbsb6/q/KltetmFDEFzYtM=; b=Ah5d0Y2YXbWrO2SomkJJxZJzzdzzmsWvzACkVAFUGU1dTlyO7CyZOoWtvP3teCRiDmVRWWbBD3Qy2KRqI4ik2QBMNZujGM/yV7FNcicLFHn0xwuGGFpjQwmLGxs1r8j3Hf/qm3Z96tjhOFCxQN/C78hYm+hTheBXokahwf+63l8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kMqaWzvsLnIAeRai9sqOdAe2g0Att6LOGNrHJqTgveMnGPEN6VTSKQ1lf5hbzWGG4ND59W0U/+LrfJRlH2yoP4/qVVWCjl8Ys/Kd/vEMTt2gSYmDVXMQ2StYNgGG0RsuBnQI3BQ7DhVhKs4jC8aVG/xkTsMafpYWIJV8oXYlyB0= Received: by 10.65.124.8 with SMTP id b8mr3163156qbn.1192080749470; Wed, 10 Oct 2007 22:32:29 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Wed, 10 Oct 2007 22:32:29 -0700 (PDT) Message-ID: Date: Thu, 11 Oct 2007 05:32:29 +0000 From: "Aryeh Friedman" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rebranding a i386 binary to be a amd64 binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 05:32:31 -0000 Even though I know this is asking for it I want to test the new nVidia driver on amd64 and the only issue with a hand compile (from nVidia's tar not the ports one) is src/nv-kernel.o is branded elf-i386-32 and amd64 wants it branded elf-amd64-64. This file comes from them as a precompiled object so rebranding seems to be my only option.