diff options
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch')
-rw-r--r-- | meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch b/meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch new file mode 100644 index 0000000000..3131cda6bb --- /dev/null +++ b/meta/recipes-bsp/x-load/x-load-git/omap3evm/armv7-a.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- git/cpu/omap3/config.mk-orig 2008-05-27 16:46:45.000000000 -0700 | ||
2 | +++ git/cpu/omap3/config.mk 2008-05-29 12:50:49.000000000 -0700 | ||
3 | @@ -23,7 +23,7 @@ | ||
4 | PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ | ||
5 | -msoft-float | ||
6 | |||
7 | -PLATFORM_CPPFLAGS += -march=armv7a | ||
8 | +PLATFORM_CPPFLAGS += -march=armv7-a | ||
9 | # ========================================================================= | ||
10 | # | ||
11 | # Supply options according to compiler version | ||