summaryrefslogtreecommitdiff
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-05-27 15:59:38 +0000
commitfd2856dcd1142508573693bb4c7f37e4d1c0f4f3 (patch)
tree13f14498feabb6d96d97e2e00380599f35bd73ac
parentff3a108b8ae51c6432c56774fd3e9ecaa9c6b734 (diff)
downloaddefinitions-fd2856dcd1142508573693bb4c7f37e4d1c0f4f3.tar.gz
Upgrade to GCC 5.3.0
Change-Id: I0e2b2c2f823e89b1bcbba6149fa6d92dce3d07cb
-rw-r--r--strata/build-essential.morph20
-rw-r--r--strata/build-essential/stage2-glibc.morph1
-rw-r--r--strata/build-essential/stage2-libstdc++.morph2
3 files changed, 12 insertions, 11 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index 81e66ecd..d817050d 100644
--- a/strata/build-essential.morph
+++ b/strata/build-essential.morph
@@ -59,8 +59,8 @@ chunks:
- name: stage1-gcc
morph: strata/build-essential/stage1-gcc.morph
repo: upstream:gcc-tarball
- ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
- unpetrify-ref: baserock/build-essential
+ ref: baserock/pedroalvarez/gcc-5.3.0
+ unpetrify-ref: baserock/pedroalvarez/gcc-5.3.0
build-depends:
- stage1-binutils
build-mode: bootstrap
@@ -92,8 +92,8 @@ chunks:
- name: stage2-libstdc++
morph: strata/build-essential/stage2-libstdc++.morph
repo: upstream:gcc-tarball
- ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
- unpetrify-ref: baserock/build-essential
+ ref: baserock/pedroalvarez/gcc-5.3.0
+ unpetrify-ref: baserock/pedroalvarez/gcc-5.3.0
build-depends:
- stage1-binutils
- stage1-gcc
@@ -118,8 +118,8 @@ chunks:
- name: stage2-gcc-fixed-headers
morph: strata/build-essential/stage2-gcc-fixed-headers.morph
repo: upstream:gcc-tarball
- ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
- unpetrify-ref: baserock/build-essential
+ ref: baserock/pedroalvarez/gcc-5.3.0
+ unpetrify-ref: baserock/pedroalvarez/gcc-5.3.0
build-depends:
- stage1-binutils
- stage1-gcc
@@ -131,8 +131,8 @@ chunks:
- name: stage2-gcc
morph: strata/build-essential/stage2-gcc.morph
repo: upstream:gcc-tarball
- ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
- unpetrify-ref: baserock/build-essential
+ ref: baserock/pedroalvarez/gcc-5.3.0
+ unpetrify-ref: baserock/pedroalvarez/gcc-5.3.0
build-depends:
- stage1-binutils
- stage1-gcc
@@ -356,8 +356,8 @@ chunks:
- name: gcc
morph: strata/build-essential/gcc.morph
repo: upstream:gcc-tarball
- ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06
- unpetrify-ref: baserock/build-essential
+ ref: baserock/pedroalvarez/gcc-5.3.0
+ unpetrify-ref: baserock/pedroalvarez/gcc-5.3.0
build-depends:
- stage2-binutils
- stage2-busybox
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