From 37ca5b5343642e9375cee226214a7c81e05611f2 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 13 Jul 2019 16:16:04 +0700 Subject: [PATCH 1/2] gcc: re-enable bootstrap --- core/gcc/build | 1 - core/gcc/version | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/gcc/build b/core/gcc/build index 13cedbf8..bcd18d12 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -12,7 +12,6 @@ export CXXFLAGS=-pipe ../gcc/configure \ --prefix=/usr \ - --disable-bootstrap \ --disable-multilib \ --disable-symvers \ --disable-libmpx \ diff --git a/core/gcc/version b/core/gcc/version index 761613dc..54041f29 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -9.1.0 5 +9.1.0 6 From 2ab5ebb27f97ec769eae607bf4182b66a16d41d4 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 13 Jul 2019 16:16:44 +0700 Subject: [PATCH 2/2] gmp: add enable-fat --- core/gmp/build | 1 + core/gmp/version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/gmp/build b/core/gmp/build index 56c73e43..33a70581 100755 --- a/core/gmp/build +++ b/core/gmp/build @@ -8,6 +8,7 @@ cp -v configfsf.sub config.sub --localstatedir=/var/state/gmp \ --build="$(gcc -dumpmachine)" \ --enable-cxx \ + --enable-fat \ --with-pic make diff --git a/core/gmp/version b/core/gmp/version index f15cc431..a660a1ad 100644 --- a/core/gmp/version +++ b/core/gmp/version @@ -1 +1 @@ -6.1.2 3 +6.1.2 4