summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa64-start.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pa/pa64-start.h')
-rw-r--r--gcc/config/pa/pa64-start.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/pa/pa64-start.h b/gcc/config/pa/pa64-start.h
new file mode 100644
index 000000000..9d7b19a37
--- /dev/null
+++ b/gcc/config/pa/pa64-start.h
@@ -0,0 +1,8 @@
+/* It is currently impossible to switch between PA32 and PA64 based on a
+ runtime compiler switch. So we might as well lose the overhead with
+ checking for TARGET_64BIT. */
+#define TARGET_64BIT 1
+#undef TARGET_PA_11
+#define TARGET_PA_11 1
+#undef TARGET_PA_20
+#define TARGET_PA_20 1