summaryrefslogtreecommitdiffstats
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
index a626391..9035344 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -2962,6 +2962,7 @@ static struct bfs_expr *parse_version(struct bfs_parser *parser, int arg1, int a
printf("No rights reserved (https://opensource.org/license/0BSD)\n\n");
printf("CONFIG := %s\n", bfs_config);
+ printf("CC := %s\n", bfs_cc);
printf("CPPFLAGS := %s\n", bfs_cppflags);
printf("CFLAGS := %s\n", bfs_cflags);
printf("LDFLAGS := %s\n", bfs_ldflags);