From 6b7a67a1dc758f3f509b4b18d626c0bbc819a5e9 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Wed, 21 Oct 2020 17:06:58 +0800 Subject: [PATCH] yasm-wrapper: remove redundant option "-fPIC" is covered by "-f" Signed-off-by: Changcheng Liu --- src/yasm-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yasm-wrapper b/src/yasm-wrapper index 28e88b59f728e..fb0dcd1f4d794 100755 --- a/src/yasm-wrapper +++ b/src/yasm-wrapper @@ -12,7 +12,7 @@ while [ -n "$*" ]; do new="$new -f $1" shift ;; - -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | -E | --param* | -O* | -m* | -pipe | -pthread ) + -g* | -f* | -W* | -MD | -MP | -c | -D* | -E | --param* | -O* | -m* | -pipe | -pthread ) shift ;; -I | -isystem ) -- 2.39.5