build-arm-mingw32ce/build-mingw32ce.sh: move to ./build.sh

This commit is contained in:
Max Kellermann 2018-10-22 22:51:27 +02:00
parent 015e6b48b8
commit 328e77aced
3 changed files with 1 additions and 6 deletions

View File

@ -10,7 +10,7 @@ To build::
git submodule update --init
mkdir /tmp/cegcc-output
cd /tmp/cegcc-output
$OLDPWD/build-arm-mingw32ce/build-mingw32ce.sh --prefix=/where/to/install
$OLDPWD/build.sh --prefix=/where/to/install
If you won't specify `--prefix`, it will install to
`cegcc-build/bindist-arm-mingw32ce/`

View File

@ -1,5 +0,0 @@
binutils
gcc-bootstrap
gcc
mingw
w32api