diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-22 22:49:13 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-22 22:49:13 +0000 |
commit | 137a039c12795e9daf1d5b824cfbbc562245b59f (patch) | |
tree | 2b3f0975b0b7d6ec73e230d87a499a6dc60d8301 /gcc/config/m68k/hp320.h | |
parent | fc9818450356aa18e0be08015ccf12a5597ed2a0 (diff) | |
download | gcc-137a039c12795e9daf1d5b824cfbbc562245b59f.tar.gz |
(LINK_SPEC): New macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/hp320.h')
-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 af452cf6c60..4b5afcb0f56 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 |