X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=f5a38dcba1ccbc091c185020c85ffac4140d58e6;hb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;hp=4607dfb770e9310cf074248b75f08ebdd36ab667;hpb=7f1a3e5d69d0b1d64619604c30243e0070dc09ad;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 4607dfb..f5a38dc 100644 --- a/sysinfos +++ b/sysinfos @@ -17,7 +17,7 @@ REGUSER="hugo" # Destination path where to install new Linux-HV system. This is usually where # you have mounted your new LFS partition, but it can also be any directory. # This is relevant only for stage 0 and 1. -LFS="/mnt/hvlinux" +LFS="/mnt/stockage/hvlinux-hp-mini" # Destination partition where to install new Linux-HV system LFS_PARTITION="/dev/sdb7" @@ -33,10 +33,13 @@ SWAP_PARTITION="/dev/sdb2" # arm926t - ARM 926T little endian # x86 (i686) # x86_64 (AMD Athlon 64) -HVL_TARGET="x86_64" +HVL_TARGET="x86" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS -MACHINE_ARCHITECTURE="" +# GCC-4.5 +MARCH_FLAGS="-march=atom -mssse3 -mfpmath=sse -fomit-frame-pointer" +# GCC < 4.5 +MARCH_FLAGS="-march=core2 -mtune=generic -mssse3 -mfpmath=sse -fomit-frame-pointer" # Keyboard mapping (example: us) KEYBOARD="us"