summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-os-qoriq
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-07 16:45:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-03-15 09:50:54 -0300
commitfe25ab0a190680d05bb3e3c5f509274d0f89d722 (patch)
tree4a37976eede2b18913ab132ebe691603400ad846 /recipes-security/optee/optee-os-qoriq
parente0518234f9ac3e46755e931c341646cfd9cb6ae2 (diff)
downloadmeta-freescale-fe25ab0a190680d05bb3e3c5f509274d0f89d722.tar.gz
optee-os: Rename optee-os -> optee-os-qoriq
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee/optee-os-qoriq')
-rw-r--r--recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch b/recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch
new file mode 100644
index 00000000..17127d0b
--- /dev/null
+++ b/recipes-security/optee/optee-os-qoriq/0001-allow-setting-sysroot-for-libgcc-lookup.patch
@@ -0,0 +1,13 @@
1diff --git a/mk/gcc.mk b/mk/gcc.mk
2index fc38c4d..77b8d74 100644
3--- a/mk/gcc.mk
4+++ b/mk/gcc.mk
5@@ -12,7 +12,7 @@ nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \
6 -print-file-name=include 2> /dev/null)
7
8 # Get location of libgcc from gcc
9-libgcc$(sm) := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
10+libgcc$(sm) := $(shell $(CC$(sm)) $(LIBGCC_LOCATE_CFLAGS) $(CFLAGS$(arch-bits-$(sm))) $(comp-cflags$(sm)) \
11 -print-libgcc-file-name 2> /dev/null)
12
13 # Define these to something to discover accidental use