aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-09-25 16:32:02 +0000
committerTom Tromey <tromey@gcc.gnu.org>2013-09-25 16:32:02 +0000
commitc987deb8eafffb5b4d010282d9e6532f4150c336 (patch)
tree23cc96ee350ec8083a3ba69a9d95d1d35aaa8e5c /gcc/config
parent9439747eadce49c91f5264512d6d6c1b246a7fc9 (diff)
downloadgcc-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/config')
-rw-r--r--gcc/config/t-glibc7
1 files changed, 3 insertions, 4 deletions
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)