mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-11-01 07:48:03 +09:00
Add "-arm-mingw32ce" suffixes for build/bindist dirs.
This commit is contained in:
parent
26b87a4336
commit
e879c24281
4
README
4
README
@ -9,10 +9,10 @@ To build:
|
|||||||
cd cegcc-build
|
cd cegcc-build
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
cd build
|
cd build-arm-mingw32ce
|
||||||
./build-mingw32ce.sh --prefix=/where/to/install
|
./build-mingw32ce.sh --prefix=/where/to/install
|
||||||
|
|
||||||
If you won't specify --prefix, it will install to cegcc-build/dist/ .
|
If you won't specify --prefix, it will install to cegcc-build/bindist-arm-mingw32ce/ .
|
||||||
|
|
||||||
|
|
||||||
To update afterwards:
|
To update afterwards:
|
||||||
|
@ -12,7 +12,7 @@ export BASE_DIRECTORY
|
|||||||
#
|
#
|
||||||
export BUILD_DIR=`pwd`
|
export BUILD_DIR=`pwd`
|
||||||
|
|
||||||
ac_default_prefix="$BUILD_DIR/../dist"
|
ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
|
||||||
|
|
||||||
if test -z "${gcc_src}"; then
|
if test -z "${gcc_src}"; then
|
||||||
export gcc_src=gcc-4.4.0
|
export gcc_src=gcc-4.4.0
|
Loading…
Reference in New Issue
Block a user