diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-09 23:04:52 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-09 23:04:52 +0000 |
commit | d26fa3b33d68067a8dd244fd4ed2a48e41d3c27b (patch) | |
tree | d13f729a151081eef2442a8852d30d36b8896ec0 /gcc/config/stormy16 | |
parent | 382e2d295876bda3cf6b5f41d3ba6f22ef11ea9d (diff) | |
download | gcc-d26fa3b33d68067a8dd244fd4ed2a48e41d3c27b.tar.gz |
* config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
don't pass --gdwarf2 to the assembler if the compiler will also
provide debug info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46900 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/stormy16')
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 3a8b2ac13c9..b0aaa013902 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -114,7 +114,7 @@ Boston, MA 02111-1307, USA. */ Defined in svr4.h. */ #undef ASM_SPEC -#define ASM_SPEC "%{g:--gdwarf2}%{-gdwarf-2*:--gdwarf2}" +#define ASM_SPEC "" /* A C string constant that tells the GNU CC driver program how to run any programs which cleanup after the normal assembler. Normally, this is not |