summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-27 15:27:17 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-01 15:58:44 +0000
commit73b5a997df550d97d3245f7e491f94cb27b01bdf (patch)
treeb0735925e8f3b0ee63253670f8b07a2aa74d9369 /strata/build-essential
parentff3a108b8ae51c6432c56774fd3e9ecaa9c6b734 (diff)
downloaddefinitions-73b5a997df550d97d3245f7e491f94cb27b01bdf.tar.gz
Upgrade to GCC 5.3.0
Change-Id: I0e2b2c2f823e89b1bcbba6149fa6d92dce3d07cb
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 45f22db5..ffe19120 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..7ebd2da3 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.3.0
build-commands:
- cd o && make