mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tests/tcg/tricore: Add first C program
this allows us to exercise the startup code used by GCC to call main(). Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20230526061946.54514-4-kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
2b8e2992c3
commit
0e45f7beca
6 changed files with 396 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1383,6 +1383,7 @@ probe_target_compiler() {
|
|||
container_cross_prefix=tricore-
|
||||
container_cross_as=tricore-as
|
||||
container_cross_ld=tricore-ld
|
||||
container_cross_cc=tricore-gcc
|
||||
break
|
||||
;;
|
||||
x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue