Skip to content

Commit

Permalink
* config/bfin/linux.h (CPP_SPEC): Define.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242976 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
law committed Nov 29, 2016
1 parent 72d5639 commit da89a4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions gcc/config/bfin/linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit da89a4d

Please sign in to comment.