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

From-SVN: r242976
This commit is contained in:
Waldemar Brodkorb 2016-11-29 21:41:07 +00:00 committed by Jeff Law
parent 01a4551ceb
commit 80a3051292
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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} \