mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2025-10-15 12:48:35 +09:00
Add in-tree default installation directory.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user