From 0e45f7beca959ca085fef3439fa39d2588bc6f52 Mon Sep 17 00:00:00 2001 From: Bastian Koppelmann Date: Fri, 26 May 2023 08:19:43 +0200 Subject: 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 Message-Id: <20230526061946.54514-4-kbastian@mail.uni-paderborn.de> --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 8765b88..768e674 100755 --- a/configure +++ b/configure @@ -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) -- cgit v1.1