diff options
Diffstat (limited to 'packages/u-boot/u-boot-1.1.2/arm_flags.patch')
-rw-r--r-- | packages/u-boot/u-boot-1.1.2/arm_flags.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-1.1.2/arm_flags.patch b/packages/u-boot/u-boot-1.1.2/arm_flags.patch new file mode 100644 index 0000000000..48c7b78043 --- /dev/null +++ b/packages/u-boot/u-boot-1.1.2/arm_flags.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- u-boot-1.1.2/cpu/pxa/config.mk~armflags ++++ u-boot-1.1.2/cpu/pxa/config.mk +@@ -23,6 +23,6 @@ + # + + PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ +- -mshort-load-bytes -msoft-float ++ -msoft-float + + PLATFORM_CPPFLAGS += -mapcs-32 -march=armv4 -mtune=strongarm1100 |