mirror of
				https://github.com/brain-hackers/cegcc-build.git
				synced 2025-11-04 14:38:38 +09:00 
			
		
		
		
	Add in-tree default installation directory.
This commit is contained in:
		
							
								
								
									
										3
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								README
									
									
									
									
									
								
							@@ -12,6 +12,9 @@ git submodule update
 | 
			
		||||
cd build
 | 
			
		||||
./build-mingw32ce.sh --prefix=/where/to/install
 | 
			
		||||
 | 
			
		||||
If you won't specify --prefix, it will install to cegcc-build/dist/ .
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
To update afterwards:
 | 
			
		||||
 | 
			
		||||
git pull
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ export BASE_DIRECTORY
 | 
			
		||||
#
 | 
			
		||||
export BUILD_DIR=`pwd`
 | 
			
		||||
 | 
			
		||||
ac_default_prefix="/opt/mingw32ce"
 | 
			
		||||
ac_default_prefix="$BUILD_DIR/../dist"
 | 
			
		||||
 | 
			
		||||
if test -z "${gcc_src}"; then
 | 
			
		||||
    export gcc_src=gcc-4.4.0
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								dist/README
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								dist/README
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
This is the default installation directory for the toolchain built.
 | 
			
		||||
		Reference in New Issue
	
	Block a user