diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 14:01:25 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 14:01:25 -0700 |
commit | f7c5ee9d6bfa84be189da332d1a1cd958368e8e5 (patch) | |
tree | dc24000c51f4b429dc6a23eff401548885832abd /gcc | |
parent | 1bd9166ecfdc06279a3f6d619b5072237988f753 (diff) | |
download | gcc-f7c5ee9d6bfa84be189da332d1a1cd958368e8e5.zip gcc-f7c5ee9d6bfa84be189da332d1a1cd958368e8e5.tar.gz gcc-f7c5ee9d6bfa84be189da332d1a1cd958368e8e5.tar.bz2 |
(MIPS_CPU_DEFAULT): Delete.
From-SVN: r9780
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/elforion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/elforion.h b/gcc/config/mips/elforion.h index b6a2aab..3923628 100644 --- a/gcc/config/mips/elforion.h +++ b/gcc/config/mips/elforion.h @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define MIPS_CPU_DEFAULT PROCESSOR_R4600 #define MIPS_CPU_STRING_DEFAULT "orion" #include "mips/elf64.h" |