* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.

From-SVN: r180820
This commit is contained in:
Andreas Schwab 2011-11-03 09:57:54 +00:00 committed by Andreas Schwab
parent d092494cf3
commit 036da8303f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-03 Andreas Schwab <schwab@redhat.com>
* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
2011-11-02 David S. Miller <davem@davemloft.net>
* configure.ac: Set host_address on sparc too.

View File

@ -27,7 +27,8 @@ crtbegin.o: $(srcdir)/config/ia64/crtbegin.S
crtend.o: $(srcdir)/config/ia64/crtend.S
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp $<
crtbeginS.o: $(srcdir)/config/ia64/crtbegin.S
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \ -o $@ -DSHARED $<
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
-o $@ -DSHARED $<
crtendS.o: $(srcdir)/config/ia64/crtend.S
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
-o $@ -DSHARED $<