Skip to content

Commit

Permalink
gcc: Szabolcs pie link args
Browse files Browse the repository at this point in the history
  • Loading branch information
stffrdhrn committed Nov 3, 2018
1 parent 45c2268 commit 78c82a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gcc/config/or1k/linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
%{static:-Bstatic} \
%{shared:-shared} \
%{symbolic:-Bsymbolic} \
%{!static: \
%{!static:%{!static-pie: \
%{rdynamic:-export-dynamic} \
%{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}}"
%{!shared:-dynamic-linker " GNU_USER_DYNAMIC_LINKER "}}} \
%{static-pie:-Bstatic -pie --no-dynamic-linker -z text}"

#endif /* GCC_OR1K_LINUX_H */

0 comments on commit 78c82a2

Please sign in to comment.