* i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
From-SVN: r15013
This commit is contained in:
parent
a63d08e606
commit
f3e0ca6c2d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 1 11:25:47 1997 Stephen Williams (steve@icarus.icarus.com)
|
||||
|
||||
* i960.h (LINK_SPEC): Handle "-mjX" and "-mrp" switches.
|
||||
|
||||
Mon Sep 1 08:29:46 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.
|
||||
|
|
|
@ -81,7 +81,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#define LINK_SPEC \
|
||||
"%{mka:-AKA}%{mkb:-AKB}%{msa:-ASA}%{msb:-ASB}\
|
||||
%{mmc:-AMC}%{mca:-ACA}%{mcc:-ACC}%{mcf:-ACF}\
|
||||
%{!mka:%{!mkb:%{!msa:%{!msb:%{!mmc:%{!mca:%{!mcc:%{!mcf:-AKB}}}}}}}}\
|
||||
%{mja:-AJX}%{mjd:-AJX}%{mjf:-AJX}%{mrp:-AJX}\
|
||||
%{mbout:-Fbout}%{mcoff:-Fcoff}\
|
||||
%{mlink-relax:-relax}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue