diff options
author | Tom Tromey <tromey@redhat.com> | 2013-09-25 16:32:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2013-09-25 16:32:02 +0000 |
commit | c987deb8eafffb5b4d010282d9e6532f4150c336 (patch) | |
tree | 23cc96ee350ec8083a3ba69a9d95d1d35aaa8e5c /gcc | |
parent | 9439747eadce49c91f5264512d6d6c1b246a7fc9 (diff) | |
download | gcc-c987deb8eafffb5b4d010282d9e6532f4150c336.zip gcc-c987deb8eafffb5b4d010282d9e6532f4150c336.tar.gz gcc-c987deb8eafffb5b4d010282d9e6532f4150c336.tar.bz2 |
* config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE.
From-SVN: r202910
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/t-glibc | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 934899f..5b52348 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2013-09-25 Tom Tromey <tromey@redhat.com> + * config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE. + +2013-09-25 Tom Tromey <tromey@redhat.com> + * config/i386/t-i386 (i386.o): Remove. (i386-c.o): Use COMPILE and POSTCOMPILE. diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index 032c68d..ae7bf7a 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 # <http://www.gnu.org/licenses/>. -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) |