mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	Toolchain: Update to the latest gcc release 10.3.0
10.3.0 is a bugfix release, with 178 bugs fixed. See: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.3
This commit is contained in:
		
							parent
							
								
									5d59affc18
								
							
						
					
					
						commit
						73fab93ef5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -69,8 +69,8 @@ BINUTILS_NAME="binutils-$BINUTILS_VERSION" | |||
| BINUTILS_PKG="${BINUTILS_NAME}.tar.gz" | ||||
| BINUTILS_BASE_URL="http://ftp.gnu.org/gnu/binutils" | ||||
| 
 | ||||
| GCC_VERSION="10.2.0" | ||||
| GCC_MD5SUM="941a8674ea2eeb33f5c30ecf08124874" | ||||
| GCC_VERSION="10.3.0" | ||||
| GCC_MD5SUM="87910940d70e845f2bf1a57997b6220c" | ||||
| GCC_NAME="gcc-$GCC_VERSION" | ||||
| GCC_PKG="${GCC_NAME}.tar.gz" | ||||
| GCC_BASE_URL="http://ftp.gnu.org/gnu/gcc" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brian Gianforcaro
						Brian Gianforcaro