Get rid of gcc_syslibs REQUIREs.

This commit is contained in:
Augustin Cavalier
2015-08-04 15:43:07 -04:00
parent fabb448824
commit 1f4293e134
154 changed files with 5 additions and 322 deletions

View File

@@ -22,13 +22,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
REQUIRES+="
lib:libgcc_s$secondaryArchSuffix
"
fi
BUILD_REQUIRES="
"