提交 0981259a 编写于 作者: B Bodo Möller

For solaris-usparc configurations, avoid problems with GNU as, which

cannot handle all opcodes we need.
上级 5c83b4c9
......@@ -104,7 +104,9 @@ asm/sparcv8plus.o: asm/sparcv8plus.S
$(CC) -xarch=v8plus -c asm/sparcv8plus.S -o asm/sparcv8plus.o
asm/sparcv8plus-gcc.o: asm/sparcv8plus.S
gcc -E asm/sparcv8plus.S | as -xarch=v8plus /dev/fd/0 -o asm/sparcv8plus-gcc.o
gcc -E asm/sparcv8plus.S | /usr/ccs/bin/as -xarch=v8plus /dev/fd/0 -o asm/sparcv8plus-gcc.o
# GNU as cannot handle that file, so we circumvent PATH and
# always use /usr/ccs/bin/as.
# MIPS 64 bit assember
asm/mips3.o: asm/mips3.s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册