aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-09-02 12:03:25 -0700
committerMichael Forney <mforney@mforney.org>2021-09-02 12:05:40 -0700
commit5e1a570b75d5f5edf41be6c1409c283ca768e7e6 (patch)
tree4e761c64ac5f258306435dba78dfb66af4f52a5b /configure
parent906ea15f68dbcf4538e289707c3283862efd828d (diff)
pp: Implement #line directives and gcc line markers
Fixes #66.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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__",