Commit 80a30512 by Waldemar Brodkorb Committed by Jeff Law

* config/bfin/linux.h (CPP_SPEC): Define.

From-SVN: r242976
parent 01a4551c
2016-11-29 Waldemar Brodkorb <wbx@openadk.org>
* config/bfin/linux.h (CPP_SPEC): Define.
2016-11-29 Martin Sebor <msebor@redhat.com>
PR tree-optimization/78512
......@@ -38,6 +38,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
"%{static:--start-group} %{mfast-fp:-lbffastfp} %G %L %{static:--end-group} \
%{!static:%{mfast-fp:-lbffastfp} %G}"
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
#undef LINK_SPEC
#define LINK_SPEC "\
%{mfdpic: -m elf32bfinfd -z text} %{shared} %{pie} \
......
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