projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c58721
)
(preprocess-version): Replace -traditional with -x assembler-with-cpp.
author
Ulrich Drepper
<drepper@redhat.com>
Sun, 7 Jan 2001 00:37:33 +0000
(
00:37
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sun, 7 Jan 2001 00:37:33 +0000
(
00:37
+0000)
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
0fe2824
..
7291f24
100644
(file)
--- 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