projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd9c7e2
)
(PROCESSOR_DEFAULT): Default to PROCESSOR_ARM6.
author
Richard Earnshaw
<erich@gnu.org>
Sat, 4 May 1996 16:13:28 +0000
(16:13 +0000)
committer
Richard Earnshaw
<erich@gnu.org>
Sat, 4 May 1996 16:13:28 +0000
(16:13 +0000)
From-SVN: r11922
gcc/config/arm/semi.h
patch
|
blob
|
history
diff --git
a/gcc/config/arm/semi.h
b/gcc/config/arm/semi.h
index 5038e9d3b88fc09df5356e96d8bd0574d4c6399d..1540bbf09521f22f12847757e1a56301a8d67ccd 100644
(file)
--- 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"