From 4b858e47c7262cbc75bc4bfa310897c7e84e5cf6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 6 Sep 2021 17:42:57 -0700 Subject: configure: Drop -E from preprocesscmd We are already using cpp here, so -E is redundant. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 7b8555d..1008e24 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", "-E", + "$DEFAULT_PREPROCESSOR", /* clear preprocessor GNU C version */ "-U", "__GNUC__", -- cgit v1.2.3