diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-12 21:29:14 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-12 21:29:14 +0000 |
commit | a4a58ea82107ef65ed6a8660e7af0448d282289c (patch) | |
tree | c0d25e7b70e9c010fa9ce7687e561baf25afc5f3 /gcc/gcc.c | |
parent | 8d01b8bafb4f34db90c619eee05849c4ccecab10 (diff) | |
download | gcc-a4a58ea82107ef65ed6a8660e7af0448d282289c.tar.gz |
PR driver/45731
* gcc.c (asm_options): Correct spec matching --target-help.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170091 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index c31dafc088e..9b6f2fb368b 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -775,7 +775,7 @@ static const char *cc1_options = %{coverage:-fprofile-arcs -ftest-coverage}"; static const char *asm_options = -"%{--target-help:%:print-asm-header()} " +"%{-target-help:%:print-asm-header()} " #if HAVE_GNU_AS /* If GNU AS is used, then convert -w (no warnings), -I, and -v to the assembler equivalents. */ |