aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-30 21:19:44 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-07 23:19:50 +0900
commitf8456b650bae8eef94acd80cb255a730177fe1ed (patch)
tree6629d19a819b80828874d2e57e51285b97544115 /tool
parente7bdd9e498306a64c5785bdb642d192e1f513c84 (diff)
downloadruby-f8456b650bae8eef94acd80cb255a730177fe1ed.tar.gz
Ignore duplicate libraries warnings from gcc 13
Diffstat (limited to 'tool')
-rwxr-xr-xtool/darwin-cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/darwin-cc b/tool/darwin-cc
index 6eee96e435..8c96236603 100755
--- a/tool/darwin-cc
+++ b/tool/darwin-cc
@@ -2,5 +2,6 @@
exec 2> >(exec grep -v \
-e '^ld: warning: The [a-z0-9_][a-z0-9_]* architecture is deprecated for macOS' \
-e '^ld: warning: text-based stub file /System/Library/Frameworks/' \
+ -e '^ld: warning: ignoring duplicate libraries:' \
>&2)
exec "$@"