diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-11 08:02:06 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-11 08:02:06 +0000 |
commit | a03618e9a3cf99a44a6973697fe70eae064ee68c (patch) | |
tree | e559704620acfd903f2aa5a9866aa1ff72c8a5d9 | |
parent | 46d1e5964567835ecf5d5c79ba537bfd6f6cbb75 (diff) | |
download | gcc-a03618e9a3cf99a44a6973697fe70eae064ee68c.zip gcc-a03618e9a3cf99a44a6973697fe70eae064ee68c.tar.gz gcc-a03618e9a3cf99a44a6973697fe70eae064ee68c.tar.bz2 |
*** empty log message ***
From-SVN: r435
-rw-r--r-- | gcc/config/m68k/hp320.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 26afaff..60d3d68 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -95,8 +95,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_SPEC \ "%{m68000:-mc68000}%{mc68000:-mc68000}%{!mc68000:%{!m68000:-mc68020}}" -/* special directory for gnu libs on hp-ux system */ -#define MD_STARTFILE_PREFIX "/usr/local/lib/gnu/" +/* Tell GCC to put a space after -L when generating such options. */ +#define SPACE_AFTER_L_OPTION #endif /* Not HPUX_ASM */ |