mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 04:00:08 +09:00
Add in-tree default installation directory.
This commit is contained in:
parent
50e32d781b
commit
f29c4e9acb
3
README
3
README
@ -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
|
||||
|
@ -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
1
dist/README
vendored
Normal file
@ -0,0 +1 @@
|
||||
This is the default installation directory for the toolchain built.
|
Loading…
Reference in New Issue
Block a user