aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Earnshaw <erich@gnu.org>1996-05-04 16:13:28 +0000
committerRichard Earnshaw <erich@gnu.org>1996-05-04 16:13:28 +0000
commit4e574e82bba25741e67db5d1f2e1b00f8cff356a (patch)
treec16b09bc57ad29faf9aec865469cf8e47a867653 /gcc
parentbd9c7e238831a76bd4bcd76c043ad92da192246b (diff)
downloadgcc-4e574e82bba25741e67db5d1f2e1b00f8cff356a.zip
gcc-4e574e82bba25741e67db5d1f2e1b00f8cff356a.tar.gz
gcc-4e574e82bba25741e67db5d1f2e1b00f8cff356a.tar.bz2
(PROCESSOR_DEFAULT): Default to PROCESSOR_ARM6.
From-SVN: r11922
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/semi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h
index 5038e9d..1540bbf 100644
--- a/gcc/config/arm/semi.h
+++ b/gcc/config/arm/semi.h
@@ -48,4 +48,8 @@ Boston, MA 02111-1307, USA. */
#define TARGET_DEFAULT ARM_FLAG_APCS_32
+#ifndef PROCESSOR_DEFAULT
+#define PROCESSOR_DEFAULT PROCESSOR_ARM6
+#endif
+
#include "arm/aout.h"