From eeef4262794b95984b1cc6b8858f1279ea2ba669 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 5 May 2016 21:34:07 +0000 Subject: [PATCH] gcc6: fix provides for x86 secondary arch. --- sys-devel/gcc/gcc6-6.1.0_2015_11_08.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc6-6.1.0_2015_11_08.recipe b/sys-devel/gcc/gcc6-6.1.0_2015_11_08.recipe index e31c6a526..58ce23003 100644 --- a/sys-devel/gcc/gcc6-6.1.0_2015_11_08.recipe +++ b/sys-devel/gcc/gcc6-6.1.0_2015_11_08.recipe @@ -76,7 +76,7 @@ gccVersion=$(echo $portVersion | cut -d_ -f1) BUILD() { - #rm -rf $objectsDir + rm -rf $objectsDir # Touch some files generated by bison, so that bison won't run to update # them. Fixes issues with newer bison versions. @@ -309,7 +309,7 @@ distribution. This package contains the shared libraries for the runtime \ loader, so it is required for executing most c/c++ programs." PROVIDES_syslibs=" - gcc6_syslibs$secondaryArchSuffix = $portVersion compat >= 6 + gcc6${secondaryArchSuffix}_syslibs = $portVersion compat >= 6 lib:libatomic$secondaryArchSuffix = $libatomicLibVersion compat >= $libatomicSoVersion lib:libgcc_s$secondaryArchSuffix = $portVersion compat >= 6 lib:libstdc++$secondaryArchSuffix = $portVersion compat >= 6 @@ -327,6 +327,6 @@ contains the set of gcc's C/C++-runtime libraries and headers that is \ required by Haiku's build system when building Haiku." PROVIDES_syslibs_devel=" - gcc6_syslibs_devel$secondaryArchSuffix = $portVersion compat >= 6 + gcc6${secondaryArchSuffix}_syslibs_devel = $portVersion compat >= 6 " REQUIRES_syslibs_devel=""