mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 04:00:08 +09:00
build.sh: default to --prefix=/opt/cegcc
This commit is contained in:
parent
328e77aced
commit
b3b2b77366
@ -13,7 +13,7 @@ To build::
|
|||||||
$OLDPWD/build.sh --prefix=/where/to/install
|
$OLDPWD/build.sh --prefix=/where/to/install
|
||||||
|
|
||||||
If you won't specify `--prefix`, it will install to
|
If you won't specify `--prefix`, it will install to
|
||||||
`cegcc-build/bindist-arm-mingw32ce/`
|
``/opt/cegcc``
|
||||||
|
|
||||||
To update afterwards::
|
To update afterwards::
|
||||||
|
|
||||||
|
2
build.sh
2
build.sh
@ -14,7 +14,7 @@ export BASE_DIRECTORY
|
|||||||
#
|
#
|
||||||
export BUILD_DIR=`pwd`
|
export BUILD_DIR=`pwd`
|
||||||
|
|
||||||
ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
|
ac_default_prefix="/opt/cegcc"
|
||||||
|
|
||||||
# The list of components, in build order. There's a build_FOO
|
# The list of components, in build order. There's a build_FOO
|
||||||
# function for each of these components
|
# function for each of these components
|
||||||
|
Loading…
Reference in New Issue
Block a user