* config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
From-SVN: r63511
This commit is contained in:
parent
1e3af7f60a
commit
986704f1c1
2 changed files with 4 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-02-27 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
|
||||
|
||||
2003-02-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/arm/arm.md (extendsfdf2): Add pattern accidentally
|
||||
|
|
|
@ -57,12 +57,6 @@ do { \
|
|||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "%{!shared:%{static:crt0%O%s}}"
|
||||
|
||||
#ifndef CROSS_COMPILE
|
||||
#define STARTFILE_PREFIX_SPEC \
|
||||
"%{mlp64: /usr/ccs/lib/hpux64/} \
|
||||
%{!mlp64: /usr/ccs/lib/hpux32/}"
|
||||
#endif
|
||||
|
||||
#undef LINK_SPEC
|
||||
#define LINK_SPEC \
|
||||
"+Accept TypeMismatch \
|
||||
|
|
Loading…
Add table
Reference in a new issue