build: Rework gcc2 test_app_server build logic a bit.

This commit is contained in:
Augustin Cavalier
2020-01-05 17:17:41 -05:00
parent 6ca34a59b5
commit a1e74397a1
3 changed files with 7 additions and 6 deletions
-6
View File
@@ -22,12 +22,6 @@ rule TargetLibstdc++ asPath
# Returns the c++-standard-library for the target.
# Invoking with <asPath> = true will return the full library path.
if $(TARGET_PLATFORM) = libbe_test {
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
return stdc++.r4 ;
}
}
if $(TARGET_PLATFORM) = haiku || $(TARGET_PLATFORM) = libbe_test {
if $(TARGET_PACKAGING_ARCH) = x86_gcc2 {
# the libstdc++.so for our legacy compiler (needs to be built)