mirror of
				https://github.com/brain-hackers/cegcc-build.git
				synced 2025-11-04 14:38:38 +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:
		
							
								
								
									
										1
									
								
								build-arm-mingw32ce/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								build-arm-mingw32ce/.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -2,5 +2,4 @@ binutils
 | 
			
		||||
gcc-bootstrap
 | 
			
		||||
gcc
 | 
			
		||||
mingw
 | 
			
		||||
mingwdll
 | 
			
		||||
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
 | 
			
		||||
# 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
									
								
								mingwdll
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								mingwdll
									
									
									
									
									
								
							 Submodule mingwdll deleted from c1c666f793
									
								
							
		Reference in New Issue
	
	Block a user