diff options
author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-26 02:39:15 +0000 |
---|---|---|
committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-26 02:39:15 +0000 |
commit | bb503e6dbc4824159915d4f35e9ac455ce9a787a (patch) | |
tree | 2ae00b59bfbeb576c33f0197f57c4408ae8e5654 /gcc/config/c4x | |
parent | 76103b2ce1350dac82139b7846d206b696a57b72 (diff) | |
download | gcc-bb503e6dbc4824159915d4f35e9ac455ce9a787a.tar.gz |
* config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23896 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 60fa0830884..7911bd42f7b 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -213,7 +213,7 @@ /* Play safe, not the fastest code. */ #define TARGET_DEFAULT ALIASES_FLAG | PARALLEL_PACK_FLAG \ - | PARALLEL_MPY_FLAG | TARGET_RPTB_FLAG + | PARALLEL_MPY_FLAG | RPTB_FLAG /* Caveats: Max iteration count for RPTB/RPTS is 2^31 + 1. |