mirror of git://gcc.gnu.org/git/gcc.git
* config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
From-SVN: r180820
This commit is contained in:
parent
d092494cf3
commit
036da8303f
|
|
@ -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>
|
2011-11-02 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
* configure.ac: Set host_address on sparc too.
|
* configure.ac: Set host_address on sparc too.
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,8 @@ crtbegin.o: $(srcdir)/config/ia64/crtbegin.S
|
||||||
crtend.o: $(srcdir)/config/ia64/crtend.S
|
crtend.o: $(srcdir)/config/ia64/crtend.S
|
||||||
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp $<
|
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp $<
|
||||||
crtbeginS.o: $(srcdir)/config/ia64/crtbegin.S
|
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
|
crtendS.o: $(srcdir)/config/ia64/crtend.S
|
||||||
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
$(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
||||||
-o $@ -DSHARED $<
|
-o $@ -DSHARED $<
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue