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:
Max Kellermann 2018-03-21 11:04:15 +01:00
parent 5e13eea7b2
commit 9f0fa29dbd
3 changed files with 1 additions and 37 deletions

View File

@ -2,5 +2,4 @@ binutils
gcc-bootstrap
gcc
mingw
mingwdll
w32api

View File

@ -18,7 +18,7 @@ ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
# 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 dlls )
COMPONENTS=( binutils bootstrap_gcc mingw w32api gcc )
#profile docs
COMPONENTS_NUM=${#COMPONENTS[*]}
@ -426,40 +426,6 @@ build_profile()
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()
{
for ((i=0;i<$COMPONENTS_NUM;i++)); do

@ -1 +0,0 @@
Subproject commit c1c666f793d135a4c834c94a9f1237cce4185c45