From: Alessandro Barbieri Date: Tue, 23 May 2017 22:30:17 +0000 (+0200) Subject: filter -pthread X-Git-Tag: v12.1.0~57^2~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15249%2Fhead;p=ceph.git filter -pthread Get confused for a yasm option Signed-off-by: Alessandro Barbieri --- diff --git a/src/yasm-wrapper b/src/yasm-wrapper index 355fcec8771a..c3c14b130ebc 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 | ggc-min* ) + -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | -E | --param* | -O* | -m* | -pipe | ggc-min* | -pthread ) shift ;; -I | -isystem )