linux.h (CRIS_LINK_SUBTARGET_SPEC): Translate -B-options to -rpath-link.
* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Translate -B-options to -rpath-link. Correct existing rpath-link and conditionalize on !nostdlib. From-SVN: r144998
This commit is contained in:
parent
78425caa1d
commit
f82162f8a1
@ -1,3 +1,9 @@
|
|||||||
|
2009-03-22 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
|
||||||
|
Translate -B-options to -rpath-link. Correct existing
|
||||||
|
rpath-link and conditionalize on !nostdlib.
|
||||||
|
|
||||||
2009-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2009-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* doc/extend.texi (Function Attributes, Variable Attributes):
|
* doc/extend.texi (Function Attributes, Variable Attributes):
|
||||||
|
@ -110,7 +110,8 @@ along with GCC; see the file COPYING3. If not see
|
|||||||
#undef CRIS_LINK_SUBTARGET_SPEC
|
#undef CRIS_LINK_SUBTARGET_SPEC
|
||||||
#define CRIS_LINK_SUBTARGET_SPEC \
|
#define CRIS_LINK_SUBTARGET_SPEC \
|
||||||
"-mcrislinux\
|
"-mcrislinux\
|
||||||
-rpath-link include/asm/../..%s\
|
%{B*:-rpath-link %*}\
|
||||||
|
%{!nostdlib:-rpath-link ../sys-include/asm/../../lib%s}\
|
||||||
%{shared} %{static}\
|
%{shared} %{static}\
|
||||||
%{symbolic:-Bdynamic} %{shlib:-Bdynamic} %{static:-Bstatic}\
|
%{symbolic:-Bdynamic} %{shlib:-Bdynamic} %{static:-Bstatic}\
|
||||||
%{!shared:%{!static:\
|
%{!shared:%{!static:\
|
||||||
|
Loading…
Reference in New Issue
Block a user