about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-04-27 01:25:28 +0000
committerRoland McGrath <roland@gnu.org>2006-04-27 01:25:28 +0000
commit02838201ee32cc7b542a8843c911877ae24fdf63 (patch)
tree74cd9b8d0f47055bed11026d129edb8b246dea45 /Makeconfig
parentc8c3ab914e7e401bb470037002b546afb1d83133 (diff)
downloadglibc-02838201ee32cc7b542a8843c911877ae24fdf63.tar.gz
glibc-02838201ee32cc7b542a8843c911877ae24fdf63.tar.xz
glibc-02838201ee32cc7b542a8843c911877ae24fdf63.zip
2006-04-26 Roland McGrath <roland@redhat.com>
	* Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
	The predefined __ASSEMBLER__ is sufficient.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig
index 1f4b62822a..87f8ba7fbe 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -783,8 +783,7 @@ ifeq (yes, $(build-shared))
 # (but no commands).
 %.v.i: $(common-objpfx)config.h
 	sed '/^[ 	]*#/d;s/^[ 	]*%/#/' $(filter-out FORCE %.h,$^) \
-	| $(CC) -E -undef $(CPPFLAGS) \
-		   -DASSEMBLER -x assembler-with-cpp - \
+	| $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
 		   > $@T
 	mv -f $@T $@
 %.v: %.v.i