summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorJavier Jardon <jjardon@gnome.org>2015-04-27 10:56:36 +0000
committerJavier Jardón <jjardon@gnome.org>2015-04-29 15:23:17 +0000
commitacb29d344d117133891199ea536d9c4d34c7d05e (patch)
tree4e27d2078cc56862a3d49fb5f971a22429162c1d /strata/build-essential
parent1176c28e0c3fd82b27ec5d46e7e529f554fbd7d7 (diff)
downloaddefinitions-acb29d344d117133891199ea536d9c4d34c7d05e.tar.gz
Upgrade to GCC 5.1
Change-Id: Iad8f11341a4a770c14393a50d1b0d3e26c076dbf
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/stage2-glibc.morph1
-rw-r--r--strata/build-essential/stage2-libstdc++.morph2
2 files changed, 2 insertions, 1 deletions
diff --git a/strata/build-essential/stage2-glibc.morph b/strata/build-essential/stage2-glibc.morph
index 9e5e745b..c480c875 100644
--- a/strata/build-essential/stage2-glibc.morph
+++ b/strata/build-essential/stage2-glibc.morph
@@ -21,6 +21,7 @@ configure-commands:
$ARCH_FLAGS \
--build=$(../scripts/config.guess) --host=$TARGET_STAGE1 \
--prefix="$PREFIX" \
+ --enable-obsolete-rpc \
`# [1]` --libdir="$PREFIX/lib" \
`# [2]` --with-headers="$(pwd)/../../$PREFIX/include" \
`# [3]` --disable-profile --enable-kernel=2.6.25 \
diff --git a/strata/build-essential/stage2-libstdc++.morph b/strata/build-essential/stage2-libstdc++.morph
index 3d89ad85..f9f245c1 100644
--- a/strata/build-essential/stage2-libstdc++.morph
+++ b/strata/build-essential/stage2-libstdc++.morph
@@ -27,7 +27,7 @@ configure-commands:
--disable-multilib \
`# [1]` --disable-libstdcxx-threads \
`# [2]` --disable-libstdcxx-pch \
- `# [3]` --with-gxx-include-dir=/tools/"$TARGET_STAGE1"/include/c++/4.9.2
+ `# [3]` --with-gxx-include-dir=/tools/"$TARGET_STAGE1"/include/c++/5.1.0
build-commands:
- cd o && make