From: Changcheng Liu Date: Wed, 21 Oct 2020 09:06:58 +0000 (+0800) Subject: yasm-wrapper: remove redundant option X-Git-Tag: v16.1.0~720^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b7a67a1dc758f3f509b4b18d626c0bbc819a5e9;p=ceph.git yasm-wrapper: remove redundant option "-fPIC" is covered by "-f" Signed-off-by: Changcheng Liu --- diff --git a/src/yasm-wrapper b/src/yasm-wrapper index 28e88b59f728..fb0dcd1f4d79 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 )