From b4a46a641d230417c39ef085432ab6b2880d4d53 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 13 Sep 2013 12:10:19 +0200 Subject: use devtoolkit2 --- coreboot.git.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coreboot.git.spec b/coreboot.git.spec index b54edd0..10d7e73 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -35,7 +35,9 @@ coreboot tools %setup -q -n %{name} %build -if test -f /opt/rh/devtoolset-1.1/enable; then +if test -f /opt/rh/devtoolset-2/enable; then + source /opt/rh/devtoolset-2/enable +elif test -f /opt/rh/devtoolset-1.1/enable; then source /opt/rh/devtoolset-1.1/enable fi function do_build() { -- cgit