mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	BaseTools: Update architectures in target.template
- Remove IPF since it's no longer supported in edk2. - Rename AArch64 to AARCH64 for greater accuracy. - Add newly supported RISCV64 and LOONGARCH64. Cc: Chao Li <lichao@loongson.cn> Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
		| @ -28,8 +28,8 @@ ACTIVE_PLATFORM       = EmulatorPkg/EmulatorPkg.dsc | ||||
| TARGET                = DEBUG | ||||
|  | ||||
| #  TARGET_ARCH           List       Optional    What kind of architecture is the binary being target for. | ||||
| #                                               One, or more, of the following, IA32, IPF, X64, EBC, ARM | ||||
| #                                               or AArch64. | ||||
| #                                               One, or more, of the following, IA32, X64, EBC, ARM, AARCH64, | ||||
| #                                               RISCV64 or LOONGARCH64. | ||||
| #                                               Multiple values can be specified on a single line, using | ||||
| #                                               space characters to separate the values.  These are used | ||||
| #                                               during the parsing of a platform description file, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Gao Qihang
					Gao Qihang