diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 00:37:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 00:37:33 +0000 |
commit | 411dccadb4e6400c99a59d04fadec16bc7ad7a9f (patch) | |
tree | 55e902b4d4573a19e5f9fb93d5f6f4ee7803631a /Makeconfig | |
parent | 4c587216c98d7f010fdf6f60f12887b1da63e867 (diff) | |
download | glibc-411dccadb4e6400c99a59d04fadec16bc7ad7a9f.zip glibc-411dccadb4e6400c99a59d04fadec16bc7ad7a9f.tar.gz glibc-411dccadb4e6400c99a59d04fadec16bc7ad7a9f.tar.bz2 |
(preprocess-version): Replace -traditional with -x assembler-with-cpp.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |