Add in-tree default installation directory.

This commit is contained in:
Paul Sokolovsky 2011-03-13 21:50:58 +02:00
parent 50e32d781b
commit f29c4e9acb
3 changed files with 5 additions and 1 deletions

3
README
View File

@ -12,6 +12,9 @@ git submodule update
cd build
./build-mingw32ce.sh --prefix=/where/to/install
If you won't specify --prefix, it will install to cegcc-build/dist/ .
To update afterwards:
git pull

View File

@ -12,7 +12,7 @@ export BASE_DIRECTORY
#
export BUILD_DIR=`pwd`
ac_default_prefix="/opt/mingw32ce"
ac_default_prefix="$BUILD_DIR/../dist"
if test -z "${gcc_src}"; then
export gcc_src=gcc-4.4.0

1
dist/README vendored Normal file
View File

@ -0,0 +1 @@
This is the default installation directory for the toolchain built.