mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
remove mingwdll
This was a kludge, and let's get rid of it and use only the regular GCC libraries.
This commit is contained in:
parent
5e13eea7b2
commit
9f0fa29dbd
1
build-arm-mingw32ce/.gitignore
vendored
1
build-arm-mingw32ce/.gitignore
vendored
@ -2,5 +2,4 @@ binutils
|
|||||||
gcc-bootstrap
|
gcc-bootstrap
|
||||||
gcc
|
gcc
|
||||||
mingw
|
mingw
|
||||||
mingwdll
|
|
||||||
w32api
|
w32api
|
||||||
|
@ -18,7 +18,7 @@ ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
|
|||||||
|
|
||||||
# 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 dlls )
|
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc )
|
||||||
#profile docs
|
#profile docs
|
||||||
COMPONENTS_NUM=${#COMPONENTS[*]}
|
COMPONENTS_NUM=${#COMPONENTS[*]}
|
||||||
|
|
||||||
@ -426,40 +426,6 @@ build_profile()
|
|||||||
cd ${BUILD_DIR}
|
cd ${BUILD_DIR}
|
||||||
}
|
}
|
||||||
|
|
||||||
obuild_dlls()
|
|
||||||
{
|
|
||||||
echo ""
|
|
||||||
echo "BUILDING DLL libraries --------------------------"
|
|
||||||
echo ""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
cd ${BUILD_DIR}
|
|
||||||
|
|
||||||
mkdir -p dll
|
|
||||||
cd dll
|
|
||||||
|
|
||||||
cd ${BASE_DIRECTORY}
|
|
||||||
${BASE_DIRECTORY}/build-mingw32ce-dlls.sh
|
|
||||||
|
|
||||||
cd ${BUILD_DIR}
|
|
||||||
}
|
|
||||||
|
|
||||||
build_dlls()
|
|
||||||
{
|
|
||||||
echo ""
|
|
||||||
echo "BUILDING DLL libraries --------------------------"
|
|
||||||
echo ""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
cd ${BUILD_DIR}
|
|
||||||
|
|
||||||
cd ${BASE_DIRECTORY}/mingwdll
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
|
|
||||||
cd ${BUILD_DIR}
|
|
||||||
}
|
|
||||||
|
|
||||||
build_all()
|
build_all()
|
||||||
{
|
{
|
||||||
for ((i=0;i<$COMPONENTS_NUM;i++)); do
|
for ((i=0;i<$COMPONENTS_NUM;i++)); do
|
||||||
|
1
mingwdll
1
mingwdll
@ -1 +0,0 @@
|
|||||||
Subproject commit c1c666f793d135a4c834c94a9f1237cce4185c45
|
|
Loading…
Reference in New Issue
Block a user