(PROCESSOR_DEFAULT): Default to PROCESSOR_ARM6.
authorRichard Earnshaw <erich@gnu.org>
Sat, 4 May 1996 16:13:28 +0000 (16:13 +0000)
committerRichard Earnshaw <erich@gnu.org>
Sat, 4 May 1996 16:13:28 +0000 (16:13 +0000)
From-SVN: r11922

gcc/config/arm/semi.h

index 5038e9d3b88fc09df5356e96d8bd0574d4c6399d..1540bbf09521f22f12847757e1a56301a8d67ccd 100644 (file)
@@ -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"