zeppe-lin / handbook

Zeppe-Lin handbook
Do What The F*ck You Want To Public License
0 stars 0 forks source link

add "Update Zeppe-Lin" section #2

Open sighook opened 1 year ago

sighook commented 1 year ago

The documentation should describe about updating toolchain, libtool and other pitfalls of updating to new release.

sighook commented 1 year ago

Toolchain build order:

-> linux-api-headers (already included in glibc package)
 -> glibc{,32}
  -> binutils
   -> gcc
    -> libtool
     -> binutils (1)
      -> glibc (1)
       -> libtool (1)

NOTE: valgrind requires rebuilt with each major glibc version.