mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
build-arm-mingw32ce/build-mingw32ce.sh: move to ./build.sh
This commit is contained in:
parent
015e6b48b8
commit
328e77aced
@ -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/`
|
||||
|
5
build-arm-mingw32ce/.gitignore
vendored
5
build-arm-mingw32ce/.gitignore
vendored
@ -1,5 +0,0 @@
|
||||
binutils
|
||||
gcc-bootstrap
|
||||
gcc
|
||||
mingw
|
||||
w32api
|
Loading…
Reference in New Issue
Block a user