Test ARM avec eglibc (en cours)
[hvlinux.git] / sysinfos
index 3a93cc4..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
@@ -9,13 +9,13 @@
 MAKEJOBS=1
 
 # Installation type: server, ltsp-server or workstation.
-INST_TYPE="ltsp-server"
+INST_TYPE="server"
 
 # New user to create
 REGUSER="hugo"
 
 # Destination path where to install new Linux-HV system
-LFS=""
+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"