Commit fd444648 by Andreas Tobler Committed by Andreas Tobler

freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does.

2011-10-26  Andreas Tobler  <andreast@fgznet.ch>

	* config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the
	32-bit target does.

From-SVN: r180468
parent 0a9ef972
2011-10-26 Andreas Tobler <andreast@fgznet.ch>
* config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the
32-bit target does.
2011-10-25 Paolo Carlini <paolo.carlini@oracle.com> 2011-10-25 Paolo Carlini <paolo.carlini@oracle.com>
PR driver/46617 PR driver/46617
...@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "\
%{m32:-m elf_i386_fbsd} \ %{m32:-m elf_i386_fbsd} \
%{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \
%{v:-V} \ %{v:-V} \
%{assert*} %{R*} %{rpath*} %{defsym*} \ %{assert*} %{R*} %{rpath*} %{defsym*} \
%{shared:-Bshareable %{h*} %{soname*}} \ %{shared:-Bshareable %{h*} %{soname*}} \
......
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