HomeFreeBSD

Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so

Description

Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".

For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.

While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.

Approved by: portmgr (tier-2 blanket)

Details

Provenance
linimonAuthored on
Parents
rP506431: Correct the test for whether to disable sse extensions to x86-only.
Branches
Unknown
Tags
Unknown