about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig
index 0fe28245aa..7291f24e3f 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -702,9 +702,9 @@ ifeq (yes, $(build-shared))
 # %ifdef et al based on config.h settings or other %include'd files.
 define preprocess-versions
 sed '/^[ 	]*#/d;s/^[ 	]*%/#/' \
-| $(CC) -traditional -E -undef -I$(common-objdir) -I$(..)include \
+| $(CC) -E -undef -I$(common-objdir) -I$(..)include \
 		  -include $(common-objpfx)config.h \
-		  -x c - \
+		  -x assembler-with-cpp - \
 | sed '/^[ 	]*#/d;/^[ 	]*$$/d'
 endef