aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 58f9007..9b5ca2e 100644
--- a/tcc.c
+++ b/tcc.c
@@ -224,7 +224,7 @@ static void display_info(TCCState *s, int what)
print_paths("crt", s->crt_paths, s->nb_crt_paths);
print_paths("libraries", s->library_paths, s->nb_library_paths);
print_paths("include", s->sysinclude_paths, s->nb_sysinclude_paths);
- printf("elfinterp:\n %s\n", CONFIG_TCC_ELFINTERP);
+ printf("elfinterp:\n %s\n", DEFAULT_ELFINTERP(s));
break;
}
}