diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:56:34 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:56:34 +0000 |
commit | 8185891e28635bdb83fdf4ba4391030912dae596 (patch) | |
tree | 66a946535bdd228514750233b2cc99dd1866ff64 /cross/README | |
parent | 60a11f87366fdfbd114cdc91ff813518858e5f8d (diff) |
Tue Feb 18 01:56:27 UTC 2014
Diffstat (limited to 'cross/README')
-rw-r--r-- | cross/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cross/README b/cross/README new file mode 100644 index 000000000..a77b1eb5c --- /dev/null +++ b/cross/README @@ -0,0 +1,21 @@ +# 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 +* $target-glibc with BOOTSTRAPING=false + +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. |