diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:21:06 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:21:06 +0200 |
commit | 491e08d355107e0285d1345c5d1ed895cab524c4 (patch) | |
tree | f2b91c226c602582f6ed6a48199599a00e189631 /toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch | |
download | meta-openembedded-491e08d355107e0285d1345c5d1ed895cab524c4.tar.gz |
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch b/toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch new file mode 100644 index 0000000000..8aede105c5 --- /dev/null +++ b/toolchain-layer/recipes-devtools/gcc/files/canadian-build-modules-configure.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | diff -urN gcc-4.2.2-orig/gcc/configure gcc-4.2.2/gcc/configure | ||
2 | --- gcc-4.2.2-orig/gcc/configure 2008-08-31 23:10:56.000000000 +0200 | ||
3 | +++ gcc-4.2.2/gcc/configure 2008-08-31 23:03:02.000000000 +0200 | ||
4 | @@ -12716,6 +12716,7 @@ | ||
5 | esac | ||
6 | saved_CFLAGS="${CFLAGS}" | ||
7 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
8 | + CPP="${CPP_FOR_BUILD}" CPPFLAGS="${CPPFLAGS_FOR_BUILD}" \ | ||
9 | CONFIG_SITE= ${realsrcdir}/configure --cache-file=./other.cache \ | ||
10 | --enable-languages=${enable_languages-all} \ | ||
11 | --target=$target_alias --host=$build_alias --build=$build_alias | ||
12 | diff -urN gcc-4.2.2-orig/gcc/configure.ac gcc-4.2.2/gcc/configure.ac | ||
13 | --- gcc-4.2.2-orig/gcc/configure.ac 2008-08-31 23:10:53.000000000 +0200 | ||
14 | +++ gcc-4.2.2/gcc/configure.ac 2008-08-31 23:03:29.000000000 +0200 | ||
15 | @@ -1490,6 +1490,7 @@ | ||
16 | esac | ||
17 | saved_CFLAGS="${CFLAGS}" | ||
18 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
19 | + CPP="${CPP_FOR_BUILD}" CPPFLAGS="${CPPFLAGS_FOR_BUILD}" \ | ||
20 | ${realsrcdir}/configure \ | ||
21 | --enable-languages=${enable_languages-all} \ | ||
22 | --target=$target_alias --host=$build_alias --build=$build_alias | ||