diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /cross/README | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'cross/README')
-rw-r--r-- | cross/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cross/README b/cross/README deleted file mode 100644 index a77b1eb5c..000000000 --- a/cross/README +++ /dev/null @@ -1,21 +0,0 @@ -# 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. |