Commit 66910f68 by Michael Meissner

Use -oformat to set link output format, not -m.

From-SVN: r9775
parent 74880096
......@@ -339,8 +339,8 @@ extern int rs6000_pic_labelno;
%{!YP,*:%{p:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
%{!p:-Y P,/usr/ccs/lib:/usr/lib}} \
%{Qy:} %{!Qn:-Qy} \
%{mlittle: -m elf32-powerpcle } %{mlittle-endian: -m elf32-powerpcle } \
%{mbig: -m elf32-powerpc } %{mbig-endian: -m elf32-powerpc }"
%{mlittle: -oformat elf32-powerpcle } %{mlittle-endian: -oformat elf32-powerpcle } \
%{mbig: -oformat elf32-powerpc } %{mbig-endian: -oformat elf32-powerpc }"
#undef CPP_SPEC
#define CPP_SPEC "\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment