diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-31 14:08:52 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-31 14:08:52 -0300 |
commit | 69baf94c12da619e9b6c3dbb0e2cecad6409e298 (patch) | |
tree | bf005b0cdae4c6760124252e5c0c933f1784aa59 /cross | |
parent | de4a9a4bbd55fd6308e53bf2869ac35036fac977 (diff) |
Added README for new cross-toolchains
Diffstat (limited to 'cross')
-rw-r--r-- | cross/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cross/README b/cross/README new file mode 100644 index 000000000..004f01114 --- /dev/null +++ b/cross/README @@ -0,0 +1,20 @@ +# Build order + +* $target-binutils +* cross-$target-gcc-core +* $target-linux-api-headers +* cross-$target-glibc-headers +* cross-$target-gcc-core-shared +* $target-glibc +* $target-gcc + +cross-* packages are used to bootstrap the full toolchain for the first time, +you'll only need binutils, linux-api-headers, glibc and gcc once you're done. + + +# Create a new toolchain + +Copy the base PKGBUILDS from mips64el-unknown-linux-gnu and change this part of +the names to your target. At the header of each PKGBUILD there're several +variables to configure the target system. Take note some require other manual +changes, like final gcc. |