X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=94b7ed5625b53a908f714ebe4d92b2faf708f1f3;hb=07bb6026cea496a885d217cc5f505ca3896d78b8;hp=dd902dbbcd139f6c5a64ebd359238cd1991d3b9d;hpb=f9cf3632a64429991fa5e6f556b0c4017e0e9435;p=hvlinux.git diff --git a/sysinfos b/sysinfos index dd902db..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 @@ -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"