X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=94b7ed5625b53a908f714ebe4d92b2faf708f1f3;hb=e31a492ed6daa2caeb62aa9ce355c988a62672df;hp=3a93cc4345361674d7bc769fbe26890896321156;hpb=afdcc2624aec2f5aaaf00aa211455ba54eaf0703;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 3a93cc4..94b7ed5 100644 --- 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"