From: Tom Tromey Date: Wed, 25 Sep 2013 16:32:02 +0000 (+0000) Subject: * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. X-Git-Tag: releases/gcc-4.9.0~3880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c987deb8eafffb5b4d010282d9e6532f4150c336;p=thirdparty%2Fgcc.git * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. From-SVN: r202910 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 934899fdb76a..5b52348f8a03 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-25 Tom Tromey + + * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. + 2013-09-25 Tom Tromey * config/i386/t-i386 (i386.o): Remove. diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index 032c68d07d60..ae7bf7abfa09 100644 --- a/gcc/config/t-glibc +++ b/gcc/config/t-glibc @@ -16,7 +16,6 @@ # along with GCC; see the file COPYING3. If not see # . -glibc-c.o: config/glibc-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(C_TARGET_H) $(C_TARGET_DEF_H) - $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \ - $< $(OUTPUT_OPTION) +glibc-c.o: config/glibc-c.c + $(COMPILE) $< + $(POSTCOMPILE)