(CommandList
  children: [
    (AndOr
      ops: [Op_DAmp Op_DPipe]
      children: [
        (C {(source)} {(sources/include.sh)})
        (C {(load_target)} {(DQ ($ VSub_Number '$1'))})
        (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
      ]
    )
    (AndOr
      ops: [Op_DPipe]
      children: [(C {(check_for_base_arch)}) (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})]
    )
    (C {(check_prerequisite)} {(DQ (${ VSub_Name CC_PREFIX) (cc))})
    (AndOr
      ops: [Op_DAmp Op_DAmp Op_DPipe]
      children: [
        (C {(Lit_Other '[')} {(-z)} {(DQ ($ VSub_Name '$HOST_ARCH'))} {(Lit_Other ']')})
        (Assignment
          keyword: Assign_None
          pairs: [
            (assign_pair
              lhs: (LhsName name:HOST_ARCH)
              op: Equal
              rhs: {(DQ ($ VSub_Name '$ARCH'))}
              spids: [74]
            )
          ]
          spids: [74]
        )
        (Assignment
          keyword: Assign_None
          pairs: [
            (assign_pair
              lhs: (LhsName name:STAGE_DIR)
              op: Equal
              rhs: {(DQ ($ VSub_Name '$STAGE_DIR') (/usr))}
              spids: [81]
            )
          ]
          spids: [81]
        )
        (C {(check_prerequisite)} {(DQ (${ VSub_Name HOST_ARCH) (-cc))})
      ]
    )
    (AndOr
      ops: [Op_DPipe]
      children: [(C {(mkdir)} {(-p)} {(DQ ($ VSub_Name '$STAGE_DIR') (/bin))}) (C {(dienow)})]
    )
    (If
      arms: [
        (if_arm
          cond: [
            (C {(Lit_Other '[')} {(KW_Bang '!')} {(-z)} {(DQ ($ VSub_Name '$KARCH'))} {(Lit_Other ']')})
          ]
          action: [
            (C {(build_section)} {(linux-headers)})
            (If
              arms: [
                (if_arm
                  cond: [
                    (AndOr
                      ops: [Op_DPipe]
                      children: [
                        (C {(Lit_Other '[')} {(-z)} {(DQ ($ VSub_Name '$UCLIBC_CONFIG'))} 
                          {(Lit_Other ']')}
                        )
                        (C {(Lit_Other '[')} {(KW_Bang '!')} {(-z)} {(DQ ($ VSub_Name '$MUSL'))} 
                          {(Lit_Other ']')}
                        )
                      ]
                    )
                  ]
                  action: [(C {(build_section)} {(musl)})]
                  spids: [16777215 167]
                )
              ]
              else_action: [(C {(build_section)} {(uClibc)})]
              spids: [176 184]
            )
          ]
          spids: [16777215 132]
        )
      ]
      spids: [16777215 186]
    )
    (C {(build_section)} {(binutils)})
    (AndOr
      ops: [Op_DAmp]
      children: [
        (C {(Lit_Other '[')} {(KW_Bang '!')} {(-z)} {(DQ ($ VSub_Name '$ELF2FLT'))} {(Lit_Other ']')})
        (C {(build_section)} {(elf2flt)})
      ]
    )
    (C {(build_section)} {(gcc)})
    (C {(build_section)} {(ccwrap)})
    (C {(export)} 
      {
        (DQ 
          (CommandSubPart
            command_list: 
              (CommandList
                children: [
                  (Pipeline
                    children: [(C {(echo)} {($ VSub_Name '$ARCH')}) (C {(sed)} {(SQ <s/-/_/g>)})]
                    negated: F
                  )
                ]
              )
            left_token: <Left_CommandSub '$('>
            spids: [234 246]
          )
        ) (Lit_VarLike '_CCWRAP_TOPDIR=') (DQ ($ VSub_Name '$STAGE_DIR'))
      }
    )
    (If
      arms: [
        (if_arm
          cond: [
            (C {(Lit_Other '[')} {(KW_Bang '!')} {(-z)} {(DQ ($ VSub_Name '$KARCH'))} {(Lit_Other ']')})
          ]
          action: [
            (AndOr
              ops: [Op_DAmp]
              children: [
                (C {(Lit_Other '[')} {(-z)} {(DQ ($ VSub_Name '$NO_CPLUSPLUS'))} {(Lit_Other ']')})
                (C {(build_section)} {(uClibc) (Lit_Other '+') (Lit_Other '+')})
              ]
            )
            (If
              arms: [
                (if_arm
                  cond: [
                    (C {(Lit_Other '[')} {(-z)} {(DQ ($ VSub_Name '$TOOLCHAIN_PREFIX'))} 
                      {(Lit_Other ']')}
                    )
                  ]
                  action: [
                    (C {(build_section)} {(make)})
                    (C {(build_section)} {(bash)})
                    (C {(build_section)} {(distcc)})
                    (AndOr
                      ops: [Op_DAmp Op_DPipe]
                      children: [
                        (C {(cp)} {(DQ ($ VSub_Name '$SOURCES') (/toys/hdainit.sh))} 
                          {(DQ ($ VSub_Name '$STAGE_DIR') (/../init))}
                        )
                        (C {(mv)} 
                          (BracedWordTree
                            parts: [
                              (DQ ($ VSub_Name '$STAGE_DIR'))
                              (/)
                              (BracedAltPart
                                words: [{(man)} {(share/man)}]
                              )
                            ]
                          )
                        )
                        (C {(dienow)})
                      ]
                    )
                  ]
                  spids: [16777215 318]
                )
              ]
              spids: [16777215 368]
            )
          ]
          spids: [16777215 268]
        )
      ]
      spids: [16777215 370]
    )
    (AndOr
      ops: [Op_DPipe]
      children: [
        (C {(rm)} {(-rf)} 
          (BracedWordTree
            parts: [
              (DQ ($ VSub_Name '$STAGE_DIR'))
              (/)
              (BracedAltPart
                words: [{(info)} {(libexec/gcc/) (Lit_Other '*') (/) (Lit_Other '*') (/install-tools)}]
              )
            ]
          )
        )
        (C {(dienow)})
      ]
    )
    (If
      arms: [
        (if_arm
          cond: [(C {(Lit_Other '[')} {(-z)} {(DQ ($ VSub_Name '$SKIP_STRIP'))} {(Lit_Other ']')})]
          action: [
            (C {(DQ (${ VSub_Name ARCH) (-strip))} {(--strip-unneeded)} 
              {(DQ ($ VSub_Name '$STAGE_DIR')) (/lib/) (Lit_Other '*') (.so)}
            )
            (C {(DQ (${ VSub_Name ARCH) (-strip))} 
              (BracedWordTree
                parts: [
                  (DQ ($ VSub_Name '$STAGE_DIR'))
                  (/)
                  (BracedAltPart
                    words: [{(bin/) (Lit_Other '*')} {(sbin/) (Lit_Other '*')}]
                  )
                ]
              )
            )
          ]
          spids: [16777215 410]
        )
      ]
      spids: [16777215 449]
    )
    (C {(create_stage_tarball)})
  ]
)