From 3ef00709c644f236ffeae3e990704767b749221a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 24 Mar 1996 07:28:59 -0500 Subject: [PATCH] (SWITCHES_NEED_SPACES): Change definition correspondingly. From-SVN: r11610 --- gcc/config/m68k/ccur-GAS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/ccur-GAS.h b/gcc/config/m68k/ccur-GAS.h index f21c3eae239..1ff2c93d18e 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. */ -- 2.30.2