* pa32-linux.h (LINK_COMMAND_SPEC): Define.

From-SVN: r49492
This commit is contained in:
John David Anglin 2002-02-04 21:16:51 +00:00 committed by John David Anglin
parent 219f24a42e
commit e62a598717
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa32-linux.h (LINK_COMMAND_SPEC): Define.
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (call_internal_reg_64bit): Remove unused variable.

View File

@ -24,3 +24,14 @@ Boston, MA 02111-1307, USA. */
#undef CPP_SPEC
#define CPP_SPEC "%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{mhppa:-D__hppa__} %{posix:-D_POSIX_SOURCE} -D_PA_RISC1_1"
/* We need to link against libgcc.a to resolve millicode references. */
#undef LINK_COMMAND_SPEC
#define LINK_COMMAND_SPEC "\
%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
%(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t}\
%{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{static:} %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
%{!nostdlib:%{!nodefaultlibs:%{!static:%{!static-libgcc:-lgcc}}}}\
%{T*} }}}}}}"