Merged branch arm changes r411:415 into trunk
[hvlinux.git] / sysinfos
index dd902db..94b7ed5 100644 (file)
--- a/sysinfos
+++ b/sysinfos
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This file contains the informations specific to the target system
 # onto which Linux-HV will be installed
@@ -15,7 +15,7 @@ INST_TYPE="server"
 REGUSER="hugo"
 
 # Destination path where to install new Linux-HV system
-LFS="/mnt/hvlinux-x86"
+LFS="/opt/toolchains/arm926ejs/clfs"
 
 # Destination partition where to install new Linux-HV system
 LFS_PARTITION="/dev/sda8"
@@ -28,12 +28,13 @@ SWAP_PARTITION="/dev/sda2"
 
 # Define this when cross-compiling to the desired target
 # architecture. Default is x86 32-bits architecture (i686).
+# arm926t - ARM 926T little endian
 # x86 (i686)
 # x86_64 (AMD Athlon 64)
-HVL_TARGET="x86"
+HVL_TARGET="arm926t"
 
 # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
-MACHINE_ARCHITECTURE="athlon-xp"
+MACHINE_ARCHITECTURE=""
 
 DEFAULT_EDITOR="emacs"