From dc1fb56a31d0528a95ef11af678bed960a693f48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Oct 2021 09:26:00 +0200 Subject: switch back to GCC 10 --- el7x81.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'el7x81.cfg') diff --git a/el7x81.cfg b/el7x81.cfg index b3675c5..d4dca12 100644 --- a/el7x81.cfg +++ b/el7x81.cfg @@ -1,8 +1,8 @@ include('el7x.tpl') -config_opts['macros']['%dtsversion']="8" -config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-8/enable" -config_opts['macros']['%dtsprefix']="devtoolset-8-" +config_opts['macros']['%dtsversion']="10" +config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-10/enable" +config_opts['macros']['%dtsprefix']="devtoolset-10-" config_opts['yum.conf'] = """ [main] -- cgit