diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 04:51:01 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 04:51:01 -0300 |
commit | ed9d1c12bbfcf9cb8b3d53e886edb679df372640 (patch) | |
tree | 2087772649b89d250bae48268b882a7ed9d39e4e /cross | |
parent | cc0fed67f24862b2095366f45a146df2c7271b1e (diff) | |
download | abslibre-ed9d1c12bbfcf9cb8b3d53e886edb679df372640.tar.gz abslibre-ed9d1c12bbfcf9cb8b3d53e886edb679df372640.tar.bz2 abslibre-ed9d1c12bbfcf9cb8b3d53e886edb679df372640.zip |
remove deprecated [cross]/README file
Diffstat (limited to 'cross')
-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. |