From: Andreas Tobler Date: Wed, 26 Oct 2011 06:59:47 +0000 (+0200) Subject: freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. X-Git-Tag: releases/gcc-4.7.0~2804 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd44464875797e55975bb3b5f62900d60bbbec2a;p=thirdparty%2Fgcc.git freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. 2011-10-26 Andreas Tobler * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. From-SVN: r180468 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14bc18945794..931a6f5a8202 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Andreas Tobler + + * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the + 32-bit target does. + 2011-10-25 Paolo Carlini PR driver/46617 diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 853f214f4e0b..b6f0c3f1160c 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC "\ %{m32:-m elf_i386_fbsd} \ + %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \