mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
Don't build profile so far.
This commit is contained in:
parent
9e3373546a
commit
8058329149
@ -20,7 +20,8 @@ fi
|
||||
|
||||
# The list of components, in build order. There's a build_FOO
|
||||
# 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[*]}
|
||||
|
||||
# Build comma separated list of components, for user display.
|
||||
|
Loading…
Reference in New Issue
Block a user