diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-24 07:28:59 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-03-24 07:28:59 -0500 |
commit | 3ef00709c644f236ffeae3e990704767b749221a (patch) | |
tree | 45474a1b0a0e52048b85ed41c8bcccdc7d2d7507 /gcc | |
parent | bb9da76848e29fe692ecc455db9cc5b2a94a67a6 (diff) | |
download | gcc-3ef00709c644f236ffeae3e990704767b749221a.zip gcc-3ef00709c644f236ffeae3e990704767b749221a.tar.gz gcc-3ef00709c644f236ffeae3e990704767b749221a.tar.bz2 |
(SWITCHES_NEED_SPACES): Change definition correspondingly.
From-SVN: r11610
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/ccur-GAS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/ccur-GAS.h b/gcc/config/m68k/ccur-GAS.h index f21c3ea..1ff2c93 100644 --- a/gcc/config/m68k/ccur-GAS.h +++ b/gcc/config/m68k/ccur-GAS.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Concurrent 68k version. - Copyright (C) 1987, 1988, 1995 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */ #define MOVE_RATIO 100 #define SPACE_AFTER_L_OPTION -#define SWITCHES_NEED_SPACES " " +#define SWITCHES_NEED_SPACES "oL" #define TARGET_DEFAULT 0407 /* See m68k.h. 7 means 68020 with 68881. */ |