Commit c987deb8 by Tom Tromey Committed by Tom Tromey

* config/t-glibc (glibc-c.o): Use COMPILE and POSTCOMPILE.

From-SVN: r202910
parent 9439747e
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.
......
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment