diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-24 14:41:49 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-02-24 14:41:49 -0800 |
commit | b02e2417a25a4be8acbd038ddda78ff81f3f5a29 (patch) | |
tree | 2a5cde24c97acd9ed0965522f804ba199877934e | |
parent | f31093e26381d6cc132742f59a75ddb937910004 (diff) | |
download | gcc-b02e2417a25a4be8acbd038ddda78ff81f3f5a29.zip gcc-b02e2417a25a4be8acbd038ddda78ff81f3f5a29.tar.gz gcc-b02e2417a25a4be8acbd038ddda78ff81f3f5a29.tar.bz2 |
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit one.
(CC1_SPEC): Don't output implicit -gstabs or -gcoff option
if user gave an explicit one.
(CC1_SPEC): Likewise.
From-SVN: r9064
-rw-r--r-- | gcc/config/i960/vx960-coff.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i960/vx960-coff.h b/gcc/config/i960/vx960-coff.h index 8e97a67..5ce2dee 100644 --- a/gcc/config/i960/vx960-coff.h +++ b/gcc/config/i960/vx960-coff.h @@ -34,6 +34,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CC1_SPEC #define CC1_SPEC \ "%{!mka:%{!mkb:%{!msa:%{!msb:%{!mmc:%{!mca:%{!mcc:%{!mcf:-mkb}}}}}}}}\ - %{mbout:%{g*:-gstabs}}\ - %{mcoff:%{g*:-gcoff}}\ - %{!mbout:%{!mcoff:%{g*:-gcoff}}}" + %{!gs*:%{!gc*:%{mbout:%{g*:-gstabs}}\ + %{mcoff:%{g*:-gcoff}}\ + %{!mbout:%{!mcoff:%{g*:-gcoff}}}}}" |