aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/t-elf
diff options
context:
space:
mode:
authorMichael Beach <michaelb@ieee.org>2005-02-23 11:53:55 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2005-02-23 11:53:55 +0000
commit3f9f087b7a44d61335765022fcac875d4ef8b42a (patch)
treef8d0cc4f29f639944da8db5c9aca13a9b4348115 /gcc/config/sparc/t-elf
parentb26b1000762e259de6b55a9b97b0da887591bfca (diff)
downloadgcc-3f9f087b7a44d61335765022fcac875d4ef8b42a.zip
gcc-3f9f087b7a44d61335765022fcac875d4ef8b42a.tar.gz
gcc-3f9f087b7a44d61335765022fcac875d4ef8b42a.tar.bz2
re PR target/20159 (sol2-ci.asm not correctly assembled)
PR target/20159 * config/sparc/t-elf (startup files): Assemble with CPP. From-SVN: r95450
Diffstat (limited to 'gcc/config/sparc/t-elf')
-rw-r--r--gcc/config/sparc/t-elf4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf
index 027940b..6868736 100644
--- a/gcc/config/sparc/t-elf
+++ b/gcc/config/sparc/t-elf
@@ -24,6 +24,6 @@ INSTALL_LIBGCC = install-multilib
# Assemble startup files.
crti.o: $(srcdir)/config/sparc/sol2-ci.asm $(GCC_PASSES)
- $(GCC_FOR_TARGET) -c -o crti.o -x assembler $(srcdir)/config/sparc/sol2-ci.asm
+ $(GCC_FOR_TARGET) -c -o crti.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-ci.asm
crtn.o: $(srcdir)/config/sparc/sol2-cn.asm $(GCC_PASSES)
- $(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/sparc/sol2-cn.asm
+ $(GCC_FOR_TARGET) -c -o crtn.o -x assembler-with-cpp $(srcdir)/config/sparc/sol2-cn.asm