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
This commit is contained in:
parent
188214d4f7
commit
5f02b9dbcd
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue