mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 23:20:13 +08:00
* 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>
|
||||
|
||||
* 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
|
||||
$(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 $<
|
||||
|
Loading…
Reference in New Issue
Block a user