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

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