From: Roland McGrath Date: Thu, 27 Apr 2006 01:25:28 +0000 (+0000) Subject: 2006-04-26 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20060427T2122~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02838201ee32cc7b542a8843c911877ae24fdf63;p=thirdparty%2Fglibc.git 2006-04-26 Roland McGrath * Makeconfig (%.v.i rule): Don't use -DASSEMBLER. The predefined __ASSEMBLER__ is sufficient. --- diff --git a/Makeconfig b/Makeconfig index 1f4b62822a7..87f8ba7fbe1 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