From 5e1a570b75d5f5edf41be6c1409c283ca768e7e6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 2 Sep 2021 12:03:25 -0700 Subject: pp: Implement #line directives and gcc line markers Fixes #66. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1d8a0f2..7b8555d 100755 --- a/configure +++ b/configure @@ -139,7 +139,7 @@ static const char target[] = "$target"; static const char *const startfiles[] = {$startfiles}; static const char *const endfiles[] = {$endfiles}; static const char *const preprocesscmd[] = { - "$DEFAULT_PREPROCESSOR", "-P", + "$DEFAULT_PREPROCESSOR", "-E", /* clear preprocessor GNU C version */ "-U", "__GNUC__", -- cgit v1.2.3