summaryrefslogtreecommitdiffstats
path: root/devel/cmake/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cmake/BUILD')
-rwxr-xr-xdevel/cmake/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
index 507b3ec66d..226e57b791 100755
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,10 +1,3 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
-
# Add the path to qmake here instead of DEPENDS.
# This depends on our installation, not user choice.
if echo "$OPTS" | grep -q -- -qt-gui; then