From 271fcaf4398fb810adb8c0690d55758019fec04d Mon Sep 17 00:00:00 2001 From: Jakub Jermar Date: Mon, 24 Apr 2006 13:08:42 +0000 Subject: [PATCH] Sort architectures alphabetically in boot. --- boot.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.config b/boot.config index 285656e13..ae1cd1f30 100644 --- a/boot.config +++ b/boot.config @@ -1,13 +1,13 @@ ## General configuration directives # Architecture -@ "ia32" Intel IA-32 @ "amd64" AMD64/Intel EM64T +@ "ia32" Intel IA-32 @ "ia64" Intel IA-64 -@ "sparc64" Sun UltraSPARC @ "mips32" MIPS 32-bit @ "ppc32" PowerPC 32-bit @ "ppc64" PowerPC 64-bit +@ "sparc64" Sun UltraSPARC ! ARCH (choice) # PPC32 Compiler -- 2.11.4.GIT