mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2025-12-02 21:34:16 +09:00
Don't build profile so far.
This commit is contained in:
@@ -20,7 +20,8 @@ fi
|
|||||||
|
|
||||||
# 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
|
||||||
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc profile dlls docs )
|
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc dlls )
|
||||||
|
#profile docs
|
||||||
COMPONENTS_NUM=${#COMPONENTS[*]}
|
COMPONENTS_NUM=${#COMPONENTS[*]}
|
||||||
|
|
||||||
# Build comma separated list of components, for user display.
|
# Build comma separated list of components, for user display.
|
||||||
|
|||||||
Reference in New Issue
Block a user