X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/3354517a8734b4b01f905743a164a255aee53b72..7deb6d08a904efdbd77af40850e2c44eca6bd912:/sys/boot/ficl/loader.c diff --git a/sys/boot/ficl/loader.c b/sys/boot/ficl/loader.c index ae5fa3e39c..2aff59f4c7 100644 --- a/sys/boot/ficl/loader.c +++ b/sys/boot/ficl/loader.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/boot/ficl/loader.c,v 1.9 2003/06/08 03:11:16 nyan Exp $ - * $DragonFly: src/sys/boot/ficl/loader.c,v 1.4 2005/02/19 23:19:51 swildner Exp $ + * $DragonFly: src/sys/boot/ficl/loader.c,v 1.5 2005/02/20 16:31:53 swildner Exp $ */ /******************************************************************* @@ -659,11 +659,9 @@ void ficlCompilePlatform(FICL_SYSTEM *pSys) #if defined(__i386__) ficlSetEnv(pSys, "arch-i386", FICL_TRUE); - ficlSetEnv(pSys, "arch-alpha", FICL_FALSE); ficlSetEnv(pSys, "arch-ia64", FICL_FALSE); #elif defined(__ia64__) ficlSetEnv(pSys, "arch-i386", FICL_FALSE); - ficlSetEnv(pSys, "arch-alpha", FICL_FALSE); ficlSetEnv(pSys, "arch-ia64", FICL_TRUE); #endif