diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 22:36:42 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-31 22:36:42 +0000 |
commit | afd8d7092620d7ba1357ea9f465ad42a1c618cfd (patch) | |
tree | e32758edb18727f4ac444dbf93c8bfe9bd3591c4 /gcc/config/arc | |
parent | 4f5bbfa4a63e405ee4f02381cf94e86c3c72dac2 (diff) | |
download | gcc-afd8d7092620d7ba1357ea9f465ad42a1c618cfd.tar.gz |
* config/arc/arc.opt (EB, EL): New Driver options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169454 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arc')
-rw-r--r-- | gcc/config/arc/arc.opt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index dc47fc8f890..e5381f95afc 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -1,6 +1,6 @@ ; Options for the Argonaut ARC port of the compiler ; -; Copyright (C) 2005, 2007 Free Software Foundation, Inc. +; Copyright (C) 2005, 2007, 2011 Free Software Foundation, Inc. ; ; This file is part of GCC. ; @@ -18,6 +18,12 @@ ; along with GCC; see the file COPYING3. If not see ; <http://www.gnu.org/licenses/>. +EB +Driver + +EL +Driver + malign-loops Target Undocumented Report Mask(ALIGN_LOOPS) |