diff options
author | Michael Forney <mforney@mforney.org> | 2021-09-06 17:42:57 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-09-06 17:42:57 -0700 |
commit | 4b858e47c7262cbc75bc4bfa310897c7e84e5cf6 (patch) | |
tree | 68dcb736517d78bcc51657c18352b9f466132314 /configure | |
parent | 724b0c2e9d79d09c7fbda7d75119345263b9d0e8 (diff) |
configure: Drop -E from preprocesscmd
We are already using cpp here, so -E is redundant.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", "-E", + "$DEFAULT_PREPROCESSOR", /* clear preprocessor GNU C version */ "-U", "__GNUC__", |