2006-04-26 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Thu, 27 Apr 2006 01:25:28 +0000 (01:25 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 27 Apr 2006 01:25:28 +0000 (01:25 +0000)
* Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
The predefined __ASSEMBLER__ is sufficient.

Makeconfig

index 1f4b628..87f8ba7 100644 (file)
@@ -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