diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-24 10:36:48 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-19 12:25:48 +0100 |
commit | 8d8aacf0b00ec1ce8911e9750aa1015664a22433 (patch) | |
tree | 91727ca1042b9ba9e1185938334ac9e71ce33f76 /meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os | |
parent | 9adc57c2db5a924d6372a1232c37635a621fc0e7 (diff) |
[rcar-gen3] Remove fix on optee
* the new version of optee from Renesas rcar gen3 v2.16, doesn't need
this fix to build anymore.
Bug-AGL: SPEC-471
Change-Id: I8869b13bf038e2cd2f45a26affadd757fe1ea10c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch deleted file mode 100644 index 3a618904a..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/optee/optee-os/0001-disable-libgcc-detection.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/mk/gcc.mk b/mk/gcc.mk -index 76ad125..1f5bb2e 100644 ---- a/mk/gcc.mk -+++ b/mk/gcc.mk -@@ -12,8 +12,8 @@ nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \ - -print-file-name=include 2> /dev/null) - - # Get location of libgcc from gcc --libgcc$(sm) := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \ -- -print-libgcc-file-name 2> /dev/null) -+#libgcc$(sm) := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \ -+# -print-libgcc-file-name 2> /dev/null) - - # Define these to something to discover accidental use - CC := false |