mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:42:43 +00:00 
			
		
		
		
	 3f29a12d90
			
		
	
	
		3f29a12d90
		
	
	
	
	
		
			
			This makes it more straightforward to build a cross-compiler toolchain. Also move math stuff from LibC to LibM.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| mkdir -p ../Root/usr/include/sys/
 | |
| mkdir -p ../Root/usr/lib/
 | |
| cp *.h ../Root/usr/include/
 | |
| cp libm.a ../Root/usr/lib/
 |