mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gcc6: fix provides for x86 secondary arch.
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user