X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Config;h=874ebaa41450baf503369c5a2772b5f036b10951;hb=da61db126a4495eafaa54bc9538826df6445aa0d;hp=2e9a7c495797c461c1c9fbf8c3b5ea3887ae6f9e;hpb=054c7ecaf04f6aa5157d2709d36e38b8ed2b2e28;p=hdw-linux%2Fhdw-linux.git diff --git a/Config b/Config index 2e9a7c4..874ebaa 100644 --- a/Config +++ b/Config @@ -10,16 +10,16 @@ export hdw_version="1.0" # version of hdw-linux export hdw_target="default" # which target to build - # currently: - # toolchain - just the toolchain (stable) - # default - pure base (stable) - # mobile - my mobile hackstation (stable) - # desktop - all packages (stable) + # current (hopefully) stable targets: + # toolchain - just the toolchain + # default - pure base + # desktop - a lot of packages + # mobile - my mobile hackstation # router - packages need for routers - # (stable) - # fai-server - packages needed for - # automated install of hdw - # (devel) + # all-stable - all stable packages + # fai-server - packages for host acting + # as a fai server + # current devel targets: # all-dev - all possible packages (devel) # fefe - dietlibc based target (devel) @@ -28,6 +28,7 @@ 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="" # choose optimization @@ -35,6 +36,7 @@ export hdw_arch_opt="" # choose optimization # 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