Commit 5f02b9db by Joseph Myers Committed by Joseph Myers

sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.

	* config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
	* config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.

From-SVN: r169336
parent 188214d4
2011-01-27 Joseph Myers <joseph@codesourcery.com>
* config/rs6000/sysv4.h (LIB_NETBSD_SPEC): Don't handle -profile.
* config/rs6000/vxworks.h (CC1_SPEC): Don't handle -profile.
2011-01-27 Anatoly Sokolov <aesok@post.ru>
* config/s390/s390.h (PREFERRED_RELOAD_CLASS): Remove.
......
......@@ -872,7 +872,7 @@ extern int fixuplabelno;
/* NetBSD support. */
#define LIB_NETBSD_SPEC "\
%{profile:-lgmon -lc_p} %{!profile:-lc}"
-lc"
#define STARTFILE_NETBSD_SPEC "\
ncrti.o%s crt0.o%s \
......
......@@ -80,8 +80,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
#define CC1_SPEC \
"%{G*} %{mno-sdata:-msdata=none} %{msdata:-msdata=default} \
%{mlittle|mlittle-endian:-mstrict-align} \
%{profile: -p}"
%{mlittle|mlittle-endian:-mstrict-align}"
#define ASM_SPEC \
"%(asm_cpu) \
......
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