From e8c42dc00c7300b029e50ee0cfc7aaec001a43cd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 12 Jul 2019 11:15:53 +0300 Subject: [PATCH] gcc: Try more options. --- core/gcc/build | 5 ++++- core/gcc/version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/gcc/build b/core/gcc/build index e6920259..4d2be2df 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -33,7 +33,10 @@ unset CFLAGS CXXFLAGS --enable-threads \ --enable-tls \ --enable-languages=c,c++ \ - --build="$machine" + --build="$machine" \ + --with-tune=generic \ + --with-arch=x86-64 \ + --with-cpu-64=generic make BOOT_CFLAGS='-O' make DESTDIR="$1" install diff --git a/core/gcc/version b/core/gcc/version index 50a7e0bb..c9eeb884 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -9.1.0 2 +9.1.0 3