summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch')
-rw-r--r--recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch b/recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch
new file mode 100644
index 0000000000..e48f6b859c
--- /dev/null
+++ b/recipes/gcc/gcc-4.2.4/ep93xx/arm-crunch-fp_consts.patch
@@ -0,0 +1,17 @@
+Maverick does not have immediate FP constants.
+
+Index: gcc-4.2.4/gcc/config/arm/arm.c
+===================================================================
+--- gcc-4.2.4.orig/gcc/config/arm/arm.c 2009-08-09 15:43:45.000000000 +0100
++++ gcc-4.2.4/gcc/config/arm/arm.c 2009-08-09 15:45:10.000000000 +0100
+@@ -5266,7 +5266,9 @@
+ int i;
+ REAL_VALUE_TYPE r;
+
+- if (TARGET_VFP)
++ if (TARGET_MAVERICK)
++ fp_consts_inited = 0;
++ else if (TARGET_VFP)
+ fp_consts_inited = 1;
+ else
+ fp_consts_inited = 8;