In my previous commit I forget to cvs add two new files, this commit corrects my mistake.
		
			
				
	
	
		
			20 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# aem-ve.specs
 | 
						|
#
 | 
						|
# Spec file for AArch64 baremetal newlib, libgloss on VE platform with AngelAPI
 | 
						|
# semi-hosting.
 | 
						|
#
 | 
						|
# This Spec file is also appropriate for the foundation model.
 | 
						|
 | 
						|
%rename link old_link
 | 
						|
 | 
						|
*link:
 | 
						|
-Ttext-segment 0x80000000 %(old_link)
 | 
						|
 | 
						|
%rename lib libc
 | 
						|
 | 
						|
*libgloss:
 | 
						|
-lrdimon
 | 
						|
 | 
						|
*lib:
 | 
						|
cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group
 |