diff options
Diffstat (limited to 'gcc/config/ia64/freebsd.h')
-rw-r--r-- | gcc/config/ia64/freebsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 34dc885905b..3082f4f701a 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -19,8 +19,8 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define LINK_SPEC \ - "%{p:%e`-p' not supported; use `-pg' and gprof(1)} \ +#define LINK_SPEC " \ + %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \ %{Wl,*:%*} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ |