diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-22 18:49:13 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-06-22 18:49:13 -0400 |
commit | 49501ea43f867730da38ffaf5923811cd4a5c3b7 (patch) | |
tree | 2b3f0975b0b7d6ec73e230d87a499a6dc60d8301 /gcc | |
parent | 8868162401ac7e8dd9842ff21e95db919e7a33d8 (diff) | |
download | gcc-49501ea43f867730da38ffaf5923811cd4a5c3b7.zip gcc-49501ea43f867730da38ffaf5923811cd4a5c3b7.tar.gz gcc-49501ea43f867730da38ffaf5923811cd4a5c3b7.tar.bz2 |
(LINK_SPEC): New macro.
From-SVN: r7528
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/hp320.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index af452cf..4b5afcb 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -119,6 +119,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* Not HPUX_ASM */ +/* Translate -static for HPUX linker. */ +#define LINK_SPEC "%{static:-a archive}" + /* Names to predefine in the preprocessor for this target machine (for non-strict-ANSI programs only). */ /* These are the ones defined by HPUX cc, plus mc68000 for uniformity with |