From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Backport of SeaBIOS commit 6ad7b5 Date: Tue, 27 May 2014 18:06:18 +0100 Message-ID: <5384C60A.7080302@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel , Ian Campbell List-Id: xen-devel@lists.xenproject.org Hello, I would like to request the backport of the following SeaBIOS upstream = commit: commit 6ad7b5b9772a0b8bab20f1386c720f474cad5398 Author: Roger Pau Monne Date: Wed Apr 16 09:14:16 2014 +0200 ld: don't hardcode "-melf_i386" On FreeBSD, the name of the emulation is "-melf_i386_fbsd", so allow SeaBIOS to fetch the emulation to use from the environment variables. This allows SeaBIOS to compile on FreeBSD with gcc. Signed-off-by: Roger Pau Monn=E9 Cc: Ian Campbell This is needed in order to build SeaBIOS on FreeBSD with the linker = from base. Thanks, Roger.