X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=Config;h=1d52d931433230fabd52a6a1fd278763fb46d4d2;hp=9350fe099955eda3a7c3bd989f3e3811daf4f179;hb=5c31fce36bb2f759bb112595573c07b5f027ba3e;hpb=173274383447f84f061832b27e433e3c25c9a336 diff --git a/Config b/Config index 9350fe0..1d52d93 100644 --- a/Config +++ b/Config @@ -7,7 +7,7 @@ # start -export hdw_version="0.3" # version of hdw-linux +export hdw_version="1.0" # version of hdw-linux export hdw_target="default" # which target to build # currently: @@ -28,25 +28,28 @@ export hdw_arch="ia32" # which architecture to build for # sparc - 32bit sparc # sparc64 - 64bit sparc # ppc - powerpc's + # ppc64 - 64 bit powerpc's + # mips - mips architctures -export hdw_arch_opt="i686" # choose optimization - # currently: ia32 : i[3-6]86 - # sparc64 : sparc_v9 - # sparc : sparc_v[7-8] - # ppc : "" (still in dev) +export hdw_arch_opt="" # choose optimization + # currently: ia32 : i386, i586, i686 ... + # sparc64 : v9, ultrasparc ... + # sparc : v7, v8, supersparc ... + # ppc : 603e, 604, 740 ... + # ppc64 : power5, powerpc64 ... + # mips : r2k, r3k, r4k ... -export hdw_use_dietlibc="0" # 0: use gnu c library (glibc) - # 1: use dietlibc +export hdw_use_dietlibc="0" # 0: use gnu c library + # 1: use dietlibc (devel) export hdw_opt="3" # choose -O optimization value # default : 3 export hdw_crossbuild="0" # 0: native build - # 1: crossbuild - warning: devel! + # 1: crossbuild -export hdw_real_build="" # set real build arch in case hdw_crossbuild is - # set to 1 & the scripts guess wrong build arch - # (example: sparc64 with 32 bit userland) +export hdw_real_build="" # set real build arch + # uname output may not match available compiler export hdw_build_id="$hdw_target-$hdw_arch-$hdw_arch_opt-$hdw_version" # id