diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch b/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch index 46dea60eb3..f84bf9ae9a 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch +++ b/meta/recipes-devtools/valgrind/valgrind/remove-arm-variant-specific.patch | |||
@@ -8,13 +8,13 @@ Upstream-Status: Pending | |||
8 | 8 | ||
9 | Signed-off-by: Dave Lerner <dave.lerner@windriver.com> | 9 | Signed-off-by: Dave Lerner <dave.lerner@windriver.com> |
10 | 10 | ||
11 | diff --git a/none/tests/arm/Makefile.am b/none/tests/arm/Makefile.am | 11 | Index: valgrind-3.10.0/none/tests/arm/Makefile.am |
12 | index 2a19f5b..ccdeb77 100644 | 12 | =================================================================== |
13 | --- a/none/tests/arm/Makefile.am | 13 | --- valgrind-3.10.0.orig/none/tests/arm/Makefile.am |
14 | +++ b/none/tests/arm/Makefile.am | 14 | +++ valgrind-3.10.0/none/tests/arm/Makefile.am |
15 | @@ -16,15 +16,16 @@ EXTRA_DIST = \ | 15 | @@ -17,15 +17,16 @@ EXTRA_DIST = \ |
16 | vcvt_fixed_float_VFP.vgtest \ | 16 | vfp.stdout.exp vfp.stderr.exp vfp.vgtest \ |
17 | vfp.stdout.exp vfp.stderr.exp vfp.vgtest | 17 | vfpv4_fma.stdout.exp vfpv4_fma.stderr.exp vfpv4_fma.vgtest |
18 | 18 | ||
19 | +# For yocto: | 19 | +# For yocto: |
20 | +# Only include tests that don't require Thumb. | 20 | +# Only include tests that don't require Thumb. |
@@ -31,8 +31,8 @@ index 2a19f5b..ccdeb77 100644 | |||
31 | - v6intThumb \ | 31 | - v6intThumb \ |
32 | v6media \ | 32 | v6media \ |
33 | vcvt_fixed_float_VFP \ | 33 | vcvt_fixed_float_VFP \ |
34 | vfp | 34 | vfp \ |
35 | @@ -34,32 +35,3 @@ AM_CXXFLAGS += @FLAG_M32@ | 35 | @@ -36,34 +37,3 @@ AM_CXXFLAGS += @FLAG_M32@ |
36 | AM_CCASFLAGS += @FLAG_M32@ | 36 | AM_CCASFLAGS += @FLAG_M32@ |
37 | 37 | ||
38 | allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ | 38 | allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ |
@@ -65,3 +65,5 @@ index 2a19f5b..ccdeb77 100644 | |||
65 | -intdiv_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a15 -mthumb | 65 | -intdiv_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a15 -mthumb |
66 | -ldrt_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -mthumb | 66 | -ldrt_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -mthumb |
67 | -ldrt_arm_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -marm | 67 | -ldrt_arm_CFLAGS = $(AM_CFLAGS) -g -mcpu=cortex-a8 -marm |
68 | - | ||
69 | -vfpv4_fma_CFLAGS = $(AM_CFLAGS) -g -O0 -mcpu=cortex-a15 -mfpu=vfpv4 -marm | ||